Home
last modified time | relevance | path

Searched refs:GetTabIndex (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/test/functional/tracing/
Dtab_tracker.py62 idx = self.GetTabIndex(tab_uuid)
66 def GetTabIndex(self, tab_uuid): member in TabTracker
Dtracer.py43 tab_index = self._tab_tracker.GetTabIndex(self._tab_uuid)
/external/chromium_org/chrome/test/automation/
Dtab_proxy.h65 bool GetTabIndex(int* index) const WARN_UNUSED_RESULT;
Dtab_proxy.cc42 bool TabProxy::GetTabIndex(int* index) const { in GetTabIndex() function in TabProxy
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.h134 void GetTabIndex(int handle, int* tabstrip_index);
Dtesting_automation_provider.cc279 IPC_MESSAGE_HANDLER(AutomationMsg_TabIndex, GetTabIndex) in OnMessageReceived()
1037 void TestingAutomationProvider::GetTabIndex(int handle, int* tabstrip_index) { in GetTabIndex() function in TestingAutomationProvider
/external/chromium_org/chrome/browser/automation/
Dtesting_automation_provider.h116 void GetTabIndex(int handle, int* tabstrip_index);
Dtesting_automation_provider.cc343 IPC_MESSAGE_HANDLER(AutomationMsg_TabIndex, GetTabIndex) in OnMessageReceived()
982 void TestingAutomationProvider::GetTabIndex(int handle, int* tabstrip_index) { in GetTabIndex() function in TestingAutomationProvider