Searched refs:dispatchPushEvent (Results 1 – 4 of 4) sorted by relevance
54 virtual void dispatchPushEvent(int eventID, const WebString& data) = 0;
74 virtual void dispatchPushEvent(int, const WebString& data) OVERRIDE;
109 void ServiceWorkerGlobalScopeProxy::dispatchPushEvent(int eventID, const WebString& data) in dispatchPushEvent() function in blink::ServiceWorkerGlobalScopeProxy
178 proxy_->dispatchPushEvent(request_id, blink::WebString::fromUTF8(data)); in OnPushEvent()