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

  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_runtime.py 37 self.EnableAllContexts()
51 def EnableAllContexts(self):
oobe.py 16 max_context_id = self.EnableAllContexts()
inspector_runtime_unittest.py 44 util.WaitFor(lambda: self._tab.EnableAllContexts() == 4, timeout=30)
inspector_backend.py 178 def EnableAllContexts(self):
179 return self._runtime.EnableAllContexts()
  /external/chromium_org/tools/telemetry/telemetry/core/
web_contents.py 126 def EnableAllContexts(self):
129 return self._inspector_backend.EnableAllContexts()

Completed in 218 milliseconds