HomeSort by relevance Sort by last modified time
    Searched defs:ServiceWorkerRegistration (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebServiceWorkerRegistrationProxy.cpp 10 WebServiceWorkerRegistrationProxy::WebServiceWorkerRegistrationProxy(ServiceWorkerRegistration* registration)
15 WebServiceWorkerRegistrationProxy::operator ServiceWorkerRegistration*() const
  /external/chromium_org/content/browser/service_worker/
service_worker_registration.cc 25 ServiceWorkerRegistration::ServiceWorkerRegistration(
41 ServiceWorkerRegistration::~ServiceWorkerRegistration() {
50 ServiceWorkerVersion* ServiceWorkerRegistration::GetNewestVersion() const {
58 void ServiceWorkerRegistration::AddListener(Listener* listener) {
62 void ServiceWorkerRegistration::RemoveListener(Listener* listener) {
66 void ServiceWorkerRegistration::NotifyRegistrationFailed() {
70 void ServiceWorkerRegistration::NotifyUpdateFound() {
74 ServiceWorkerRegistrationInfo ServiceWorkerRegistration::GetInfo()
    [all...]
service_worker_registration.h 26 class CONTENT_EXPORT ServiceWorkerRegistration
27 : NON_EXPORTED_BASE(public base::RefCounted<ServiceWorkerRegistration>),
35 ServiceWorkerRegistration* registration,
39 ServiceWorkerRegistration* registration) {}
41 ServiceWorkerRegistration* registration) {}
43 ServiceWorkerRegistration* registration) {}
46 ServiceWorkerRegistration(const GURL& pattern,
111 friend class base::RefCounted<ServiceWorkerRegistration>;
113 virtual ~ServiceWorkerRegistration();
153 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerRegistration);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerRegistration.cpp 6 #include "ServiceWorkerRegistration.h"
42 const AtomicString& ServiceWorkerRegistration::interfaceName() const
44 return EventTargetNames::ServiceWorkerRegistration;
47 void ServiceWorkerRegistration::dispatchUpdateFoundEvent()
52 void ServiceWorkerRegistration::setInstalling(WebServiceWorker* serviceWorker)
61 void ServiceWorkerRegistration::setWaiting(WebServiceWorker* serviceWorker)
70 void ServiceWorkerRegistration::setActive(WebServiceWorker* serviceWorker)
79 ServiceWorkerRegistration* ServiceWorkerRegistration::from(ExecutionContext* executionContext, WebType* registration)
86 ServiceWorkerRegistration* ServiceWorkerRegistration::take(ScriptPromiseResolver* resolver, WebType* registration
    [all...]

Completed in 352 milliseconds