Searched refs:dispatchActivateEvent (Results 1 – 4 of 4) sorted by relevance
47 virtual void dispatchActivateEvent(int eventID) = 0;
70 virtual void dispatchActivateEvent(int) OVERRIDE;
75 void ServiceWorkerGlobalScopeProxy::dispatchActivateEvent(int eventID) in dispatchActivateEvent() function in blink::ServiceWorkerGlobalScopeProxy
134 proxy_->dispatchActivateEvent(request_id); in OnActivateEvent()