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

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerReportingProxy.h 67 virtual void willDestroyWorkerGlobalScope() = 0;
WorkerObjectProxy.h 70 virtual void willDestroyWorkerGlobalScope() OVERRIDE { }
WorkerThread.cpp 294 workerReportingProxy().willDestroyWorkerGlobalScope();
  /external/chromium_org/third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy.h 84 virtual void willDestroyWorkerGlobalScope() OVERRIDE;
WebSharedWorkerImpl.h 84 virtual void willDestroyWorkerGlobalScope() OVERRIDE { }
ServiceWorkerGlobalScopeProxy.cpp 156 void ServiceWorkerGlobalScopeProxy::willDestroyWorkerGlobalScope()

Completed in 75 milliseconds