HomeSort by relevance Sort by last modified time
    Searched refs:WaitForNavigate (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_page_unittest.py 25 self._tab.WaitForNavigate()
inspector_page.py 33 # WaitForNavigate call.
73 def WaitForNavigate(self, timeout=60):
109 self.WaitForNavigate(timeout)
inspector_backend.py 161 def WaitForNavigate(self, timeout):
162 self._page.WaitForNavigate(timeout)
  /external/chromium_org/tools/perf/page_sets/
top_25.py 300 action_runner.WaitForNavigate()
303 action_runner.WaitForNavigate()
306 action_runner.WaitForNavigate()
309 action_runner.WaitForNavigate()
334 action_runner.WaitForNavigate()
337 action_runner.WaitForNavigate()
340 action_runner.WaitForNavigate()
361 action_runner.WaitForNavigate()
363 action_runner.WaitForNavigate()
365 action_runner.WaitForNavigate()
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/
tab.py 165 def WaitForNavigate(self, timeout=DEFAULT_TAB_TIMEOUT):
172 self._inspector_backend.WaitForNavigate(timeout)
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
action_runner.py 90 def WaitForNavigate(self, timeout_seconds=60):
91 self._tab.WaitForNavigate(timeout_seconds)
action_runner_unittest.py 52 action_runner.WaitForNavigate()
  /external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
webdriver_tab_backend.py 69 def WaitForNavigate(self):

Completed in 83 milliseconds