HomeSort by relevance Sort by last modified time
    Searched defs:ServiceWorkerIdentifier (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/devtools/
embedded_worker_devtools_manager.h 30 class ServiceWorkerIdentifier {
32 ServiceWorkerIdentifier(
35 explicit ServiceWorkerIdentifier(const ServiceWorkerIdentifier& other);
36 ~ServiceWorkerIdentifier() {}
38 bool Matches(const ServiceWorkerIdentifier& other) const;
51 const ServiceWorkerIdentifier& service_worker_id);
59 // window for the same former ServiceWorkerIdentifier is still opened or
63 const ServiceWorkerIdentifier& service_worker_id);
93 explicit WorkerInfo(const ServiceWorkerIdentifier& service_worker_id)
    [all...]
embedded_worker_devtools_manager.cc 37 EmbeddedWorkerDevToolsManager::ServiceWorkerIdentifier::ServiceWorkerIdentifier(
44 EmbeddedWorkerDevToolsManager::ServiceWorkerIdentifier::ServiceWorkerIdentifier(
45 const ServiceWorkerIdentifier& other)
50 bool EmbeddedWorkerDevToolsManager::ServiceWorkerIdentifier::Matches(
51 const ServiceWorkerIdentifier& other) const {
64 const ServiceWorkerIdentifier& service_worker_id)
65 : service_worker_id_(new ServiceWorkerIdentifier(service_worker_id)),
78 const ServiceWorkerIdentifier& other)
    [all...]

Completed in 213 milliseconds