Home
last modified time | relevance | path

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

/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