Searched defs:_IsDone (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_timeline_unittest.py15 def _IsDone(): function in function:InspectorTimelineTabTest._WaitForAnimationFrame
17 util.WaitFor(_IsDone, 5)
H A Dtracing_backend_unittest.py24 def _IsDone(): function in function:TracingBackendTest._WaitForAnimationFrame
27 util.WaitFor(_IsDone, 5)
/external/chromium_org/tools/perf/measurements/
H A Dimage_decoding.py70 def _IsDone(): function in function:ImageDecoding.ValidateAndMeasurePage
84 assert _IsDone()
H A Dtab_switching.py83 def _IsDone(): function in function:TabSwitching.ValidateAndMeasurePage
89 util.WaitFor(_IsDone, 30)
/external/chromium_org/tools/perf/benchmarks/
H A Ddom_perf.py43 def _IsDone(): function in function:_DomPerfMeasurement.ValidateAndMeasurePage
45 util.WaitFor(_IsDone, 600)

Completed in 337 milliseconds