Home
last modified time | relevance | path

Searched refs:dispatchInstallEvent (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebServiceWorkerContextProxy.h49 virtual void dispatchInstallEvent(int installEventID) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DServiceWorkerGlobalScopeProxy.h71 virtual void dispatchInstallEvent(int) OVERRIDE;
DServiceWorkerGlobalScopeProxy.cpp66 void ServiceWorkerGlobalScopeProxy::dispatchInstallEvent(int eventID) in dispatchInstallEvent() function in blink::ServiceWorkerGlobalScopeProxy
/external/chromium_org/content/renderer/service_worker/
Dservice_worker_script_context.cc141 proxy_->dispatchInstallEvent(request_id); in OnInstallEvent()