Home
last modified time | relevance | path

Searched refs:DEFAULT_WEB_CONTENTS_TIMEOUT (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dweb_contents.py10 DEFAULT_WEB_CONTENTS_TIMEOUT = 90 variable
52 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT):
64 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT):
133 def ExecuteJavaScript(self, statement, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT):
145 def EvaluateJavaScript(self, expr, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT):
165 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT):
179 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT):
202 def WaitForNavigate(self, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT):
216 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT):
Dbrowser.py260 def DumpMemory(self, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
269 self, suppressed, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
274 self, pressure_level, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
Dbrowser_backend.py96 timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
124 def DumpMemory(self, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
132 self, suppressed, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
136 self, pressure_level, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
Dchrome_browser_backend.py242 timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
295 def DumpMemory(self, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
303 self, suppressed, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
308 self, pressure_level, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
/external/autotest/client/cros/multimedia/
Ddisplay_facade_native.py526 web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT)