Home
last modified time | relevance | path

Searched defs:timeout_in_seconds (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/page/
Daction_runner.py108 timeout_in_seconds=60): argument
177 def WaitForJavaScriptCondition(self, condition, timeout_in_seconds=60): argument
189 timeout_in_seconds=60): argument
611 def SeekMedia(self, seconds, selector=None, timeout_in_seconds=0, argument
636 def LoopMedia(self, loop_count, selector=None, timeout_in_seconds=None): argument
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
Dnavigate.py12 timeout_in_seconds=60): argument
Dwait.py10 timeout_in_seconds=60): argument
Dloop.py21 def __init__(self, loop_count, selector=None, timeout_in_seconds=None): argument
Dload_media.py14 def __init__(self, selector=None, timeout_in_seconds=0, argument
Dseek.py26 def __init__(self, seconds, selector=None, timeout_in_seconds=0, argument
Dmedia_action.py28 def WaitForEvent(self, tab, selector, event_name, timeout_in_seconds): argument
Dpage_action.py39 wait=False, timeout_in_seconds=60): argument