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

  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
ios_browser_finder.py 102 inspector = inspector_backend.InspectorBackend(
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
devtools_client_backend.py 447 """Gets an InspectorBackend instance for the given context_id.
449 This lazily creates InspectorBackend for the context_id if it does
456 new_backend = inspector_backend.InspectorBackend(
464 # Remove InspectorBackend that is not in the current inspectable
476 # If an InspectorBackend is already created for the tab,
inspector_backend.py 45 class InspectorBackend(object):
62 # outdated since this is never updated once InspectorBackend is
67 logging.debug('InspectorBackend._Connect() to %s', self.debugger_url)
113 """Returns a list of InspectorBackend instances associated with webviews.

Completed in 152 milliseconds