Searched defs:ActivateTab (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dtab_list_backend.py56 def ActivateTab(self, debugger_url, timeout=None): member in class:TabListBackend
/external/chromium_org/chrome/test/automation/
H A Dbrowser_proxy.cc23 bool BrowserProxy::ActivateTab(int tab_index) { function in class:BrowserProxy
/external/chromium/chrome/browser/
H A Daeropeek_manager.cc748 result = taskbar->ActivateTab(hwnd());
853 delegate_->ActivateTab(tab_id_);
1184 void AeroPeekManager::ActivateTab(int tab_id) { function in class:AeroPeekManager
/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider.cc317 IPC_MESSAGE_HANDLER(AutomationMsg_ActivateTab, ActivateTab)
405 void TestingAutomationProvider::ActivateTab(int handle, function in class:TestingAutomationProvider
1559 handler_map_["ActivateTab"] =
1667 handler_map_["ActivateTab"] =
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc1198 void TabStripGtk::ActivateTab(TabGtk* tab) { function in class:TabStripGtk
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py1198 self.ActivateTab(tab_index, windex)
1210 self.ActivateTab(tab_index, windex)
1226 self.ActivateTab(tab_index, windex)
1306 def ActivateTab(self, tab_index=0, windex=0): member in class:PyUITest
1322 'command': 'ActivateTab',
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc228 IPC_MESSAGE_HANDLER(AutomationMsg_ActivateTab, ActivateTab)
444 void TestingAutomationProvider::ActivateTab(int handle, function in class:TestingAutomationProvider
2094 handler_map["ActivateTab"] =

Completed in 353 milliseconds