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

  /external/chromium_org/third_party/WebKit/public/platform/
WebServiceWorkerProvider.h 55 // passed to the WebServiceWorkerRegistrationCallbacks implementation.
56 typedef WebCallbacks<WebServiceWorkerRegistration, WebServiceWorkerError> WebServiceWorkerRegistrationCallbacks;
60 virtual void registerServiceWorker(const WebURL& pattern, const WebURL& scriptUrl, WebServiceWorkerRegistrationCallbacks*) { }
  /external/chromium_org/content/child/service_worker/
service_worker_dispatcher.h 45 typedef blink::WebServiceWorkerProvider::WebServiceWorkerRegistrationCallbacks
46 WebServiceWorkerRegistrationCallbacks;
65 WebServiceWorkerRegistrationCallbacks* callbacks);
75 WebServiceWorkerRegistrationCallbacks* callbacks);
133 typedef IDMap<WebServiceWorkerRegistrationCallbacks,
web_service_worker_provider_impl.h 37 WebServiceWorkerRegistrationCallbacks*);
web_service_worker_provider_impl.cc 85 WebServiceWorkerRegistrationCallbacks* callbacks) {
99 WebServiceWorkerRegistrationCallbacks* callbacks) {
service_worker_dispatcher.cc 95 WebServiceWorkerRegistrationCallbacks* callbacks) {
100 scoped_ptr<WebServiceWorkerRegistrationCallbacks>
145 WebServiceWorkerRegistrationCallbacks* callbacks) {
149 scoped_ptr<WebServiceWorkerRegistrationCallbacks>
331 WebServiceWorkerRegistrationCallbacks* callbacks =
374 WebServiceWorkerRegistrationCallbacks* callbacks =
400 WebServiceWorkerRegistrationCallbacks* callbacks =
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerContainerTest.cpp 134 virtual void registerServiceWorker(const WebURL& pattern, const WebURL& scriptURL, WebServiceWorkerRegistrationCallbacks* callbacks) OVERRIDE
280 virtual void registerServiceWorker(const WebURL& pattern, const WebURL& scriptURL, WebServiceWorkerRegistrationCallbacks* callbacks) OVERRIDE
297 Vector<OwnPtr<WebServiceWorkerRegistrationCallbacks> > m_registrationCallbacksToDelete;

Completed in 106 milliseconds