HomeSort by relevance Sort by last modified time
    Searched refs:AppendTab (Results 26 - 40 of 40) sorted by null

12

  /external/chromium_org/chrome/test/functional/
perf.py 264 if not self.AppendTab(pyauto.GURL(url)):
807 self.assertTrue(self.AppendTab(pyauto.GURL(url)),
    [all...]
webrtc_test_base.py 31 self.AppendTab(pyauto.GURL(url))
webrtc_video_quality.py 113 self.AppendTab(pyauto.GURL(url))
multiprofile.py 90 self.AppendTab(pyauto.GURL('http://news.google.com/'), windex)
prefs.py 41 self.AppendTab(pyauto.GURL(url2))
prefs_ui.py 357 self.AppendTab(pyauto.GURL(url2), 1)
fullscreen_mouselock.py 410 self.AppendTab(pyauto.GURL('chrome://newtab'))
nacl_sdk.py 255 self.AppendTab(pyauto.GURL(url))
  /external/chromium_org/chrome/test/automation/
browser_proxy.cc 54 bool BrowserProxy::AppendTab(const GURL& tab_url) {
  /external/chromium_org/chrome/test/perf/
memory_test.cc 145 EXPECT_TRUE(window->AppendTab(GURL(url)));
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 68 void AppendTab(int handle, const GURL& url, IPC::Message* reply_message);
    [all...]
testing_automation_provider.cc 229 IPC_MESSAGE_HANDLER_DELAY_REPLY(AutomationMsg_AppendTab, AppendTab)
457 void TestingAutomationProvider::AppendTab(int handle,
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.h 84 void AppendTab(int handle, const GURL& url, IPC::Message* reply_message);
    [all...]
testing_automation_provider.cc 325 IPC_MESSAGE_HANDLER_DELAY_REPLY(AutomationMsg_AppendTab, AppendTab)
425 void TestingAutomationProvider::AppendTab(int handle,
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py     [all...]

Completed in 2696 milliseconds

12