HomeSort by relevance Sort by last modified time
    Searched refs:WaitFor (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/tools/telemetry/telemetry/core/
util_unittest.py 13 util.WaitFor(test, 0.1)
18 self.assertRaises(util.TimeoutException, lambda: util.WaitFor(test, 0.1))
tab_unittest.py 50 util.WaitFor(lambda: _IsDocumentVisible(new_tab), timeout=5)
53 util.WaitFor(lambda: _IsDocumentVisible(self._tab), timeout=5)
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
wait.py 41 util.WaitFor(lambda: tab.EvaluateJavaScript(
48 util.WaitFor(
52 util.WaitFor(lambda: tab.EvaluateJavaScript(
58 util.WaitFor(lambda: tab.EvaluateJavaScript(self.javascript),
click_element.py 36 util.WaitFor(lambda: tab.EvaluateJavaScript(
media_action.py 41 util.WaitFor(lambda: self.HasEventCompleted(tab, selector, event_name),
scroll.py 68 util.WaitFor(lambda: tab.EvaluateJavaScript(
tap_element.py 40 util.WaitFor(lambda: tab.EvaluateJavaScript(
  /external/chromium_org/tools/perf/benchmarks/
spaceport.py 21 util.WaitFor(lambda: tab.EvaluateJavaScript(
46 util.WaitFor(_IsDone, 1200, poll_interval=5)
jsgamebench.py 22 util.WaitFor(_IsDone, 1200)
robohornet_pro.py 22 util.WaitFor(_IsDone, 120)
kraken.py 26 util.WaitFor(_IsDone, 500, poll_interval=5)
octane.py 19 util.WaitFor(_IsDone, 300, poll_interval=5)
sunspider.py 20 util.WaitFor(_IsDone, 300, poll_interval=1)
dom_perf.py 47 util.WaitFor(_IsDone, 600, poll_interval=5)
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 201 bool WaitFor(Profile* profile,
215 // Print the events that were caught since the last WaitFor() call to help
349 bool WaitFor(const std::string& event_name, const std::string& json_args) {
350 return events_listener_->WaitFor(
358 if (!WaitFor(events::kOnDownloadCreated, on_created_event))
361 return WaitFor(events::kOnDownloadChanged,
817 ASSERT_TRUE(WaitFor(events::kOnDownloadCreated,
    [all...]
  /external/chromium_org/tools/perf/measurements/
dromaeo.py 13 util.WaitFor(_IsDone, 600, poll_interval=5)
loading_timeline.py 27 util.WaitFor(IsLoaded, 300)
loading_trace.py 27 util.WaitFor(IsLoaded, 300)
loading_profile.py 45 util.WaitFor(IsLoaded, 300)
tab_switching.py 54 util.WaitFor(_IsDone, 30)
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
inspector_timeline_unittest.py 20 util.WaitFor(_IsDone, 5)
form_based_credentials_backend.py 16 util.WaitFor(lambda: IsFormLoadedOrAlreadyLoggedIn(), # pylint: disable=W0108
28 util.WaitFor(lambda: not IsLoginStillHappening(), 60)
inspector_console_unittest.py 28 util.WaitFor(GotLog, 5)
inspector_backend.py 90 util.WaitFor(
99 util.WaitFor(IsReadyStateInteractiveOrBetter, timeout)
139 util.WaitFor(IsSnapshotComplete, timeout)
269 util.WaitFor(IsBack, 512, 0.5)
cros_browser_backend.py 59 util.WaitFor(lambda: self.IsBrowserRunning(), 20) # pylint: disable=W0108
217 util.WaitFor(lambda: pid != self.pid, 10)
320 util.WaitFor(lambda: self._SigninUIState() == 2, 20)
338 util.WaitFor(lambda: (self._cri.FilesystemMountedAt('/home/chronos/user') ==
352 util.WaitFor(lambda: self._IsLoggedIn(), 60) # pylint: disable=W0108
363 util.WaitFor(lambda: self._StartupWindow() is not None, 20)
396 util.WaitFor(lambda: cri.IsHTTPServerRunningOnPort(self._device_port), 60)

Completed in 180 milliseconds

1 2 3