HomeSort by relevance Sort by last modified time
    Searched defs:GetActiveTabIndex (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/test/automation/
browser_proxy.cc 65 bool BrowserProxy::GetActiveTabIndex(int* active_tab_index) const {
113 if (!GetActiveTabIndex(&active_tab_index))
180 if (GetActiveTabIndex(&active_tab) && active_tab == tab)
  /external/chromium_org/chrome/test/ui/
ui_test.h 119 int GetActiveTabIndex() { return GetActiveTabIndex(0); }
122 int GetActiveTabIndex(int window_index);
ui_test.cc 257 EXPECT_TRUE(window_proxy->GetActiveTabIndex(&active_tab_index));
277 NavigateToURL(url, 0, GetActiveTabIndex(0));
281 NavigateToURL(url, window_index, GetActiveTabIndex(window_index));
336 int UITestBase::GetActiveTabIndex(int window_index) {
344 EXPECT_TRUE(window_proxy->GetActiveTabIndex(&active_tab_index));
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc 327 IPC_MESSAGE_HANDLER(AutomationMsg_ActiveTabIndex, GetActiveTabIndex)
486 void TestingAutomationProvider::GetActiveTabIndex(int handle,
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 230 IPC_MESSAGE_HANDLER(AutomationMsg_ActiveTabIndex, GetActiveTabIndex)
487 void TestingAutomationProvider::GetActiveTabIndex(int handle,
    [all...]

Completed in 206 milliseconds