Searched refs:dispatchInstallEvent (Results 1 – 4 of 4) sorted by relevance
49 virtual void dispatchInstallEvent(int installEventID) = 0;
71 virtual void dispatchInstallEvent(int) OVERRIDE;
66 void ServiceWorkerGlobalScopeProxy::dispatchInstallEvent(int eventID) in dispatchInstallEvent() function in blink::ServiceWorkerGlobalScopeProxy
141 proxy_->dispatchInstallEvent(request_id); in OnInstallEvent()