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

  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerGlobalScopeClient.cpp 32 #include "modules/serviceworkers/ServiceWorkerGlobalScopeClient.h"
39 const char* ServiceWorkerGlobalScopeClient::supplementName()
41 return "ServiceWorkerGlobalScopeClient";
44 ServiceWorkerGlobalScopeClient* ServiceWorkerGlobalScopeClient::from(ExecutionContext* context)
46 return static_cast<ServiceWorkerGlobalScopeClient*>(WillBeHeapSupplement<WorkerClients>::from(toWorkerGlobalScope(context)->clients(), supplementName()));
49 void provideServiceWorkerGlobalScopeClientToWorker(WorkerClients* clients, PassOwnPtrWillBeRawPtr<ServiceWorkerGlobalScopeClient> client)
51 clients->provideSupplement(ServiceWorkerGlobalScopeClient::supplementName(), client);
ServiceWorkerGlobalScopeClient.h 51 class ServiceWorkerGlobalScopeClient : public WillBeHeapSupplement<WorkerClients> {
52 WTF_MAKE_NONCOPYABLE(ServiceWorkerGlobalScopeClient);
54 virtual ~ServiceWorkerGlobalScopeClient() { }
70 static ServiceWorkerGlobalScopeClient* from(ExecutionContext*);
73 ServiceWorkerGlobalScopeClient() { }
76 void provideServiceWorkerGlobalScopeClientToWorker(WorkerClients*, PassOwnPtrWillBeRawPtr<ServiceWorkerGlobalScopeClient>);
ServiceWorkerClient.cpp 10 #include "modules/serviceworkers/ServiceWorkerGlobalScopeClient.h"
35 ServiceWorkerGlobalScopeClient::from(context)->postMessageToClient(m_id, messageString, webChannels.release());
RespondWithObserver.cpp 14 #include "modules/serviceworkers/ServiceWorkerGlobalScopeClient.h"
82 ServiceWorkerGlobalScopeClient::from(executionContext())->didHandleFetchEvent(m_eventID);
106 ServiceWorkerGlobalScopeClient::from(executionContext())->didHandleFetchEvent(m_eventID, webResponse);
119 ServiceWorkerGlobalScopeClient::from(executionContext())->didHandleFetchEvent(m_eventID, webResponse);
WaitUntilObserver.cpp 115 ServiceWorkerGlobalScopeClient* client = ServiceWorkerGlobalScopeClient::from(executionContext());
ServiceWorkerClients.cpp 12 #include "modules/serviceworkers/ServiceWorkerGlobalScopeClient.h"
65 ServiceWorkerGlobalScopeClient::from(scriptState->executionContext())->getClients(new CallbackPromiseAdapter<ClientArray, ServiceWorkerError>(resolver));
ServiceWorkerGlobalScope.cpp 47 #include "modules/serviceworkers/ServiceWorkerGlobalScopeClient.h"
82 return ServiceWorkerGlobalScopeClient::from(context)->scope().string();
88 m_caches = CacheStorage::create(ServiceWorkerGlobalScopeClient::from(context)->cacheStorage());
  /external/chromium_org/third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeClientImpl.h 34 #include "modules/serviceworkers/ServiceWorkerGlobalScopeClient.h"
44 class ServiceWorkerGlobalScopeClientImpl FINAL : public NoBaseWillBeGarbageCollectedFinalized<ServiceWorkerGlobalScopeClientImpl>, public ServiceWorkerGlobalScopeClient {
47 static PassOwnPtrWillBeRawPtr<ServiceWorkerGlobalScopeClient> create(WebServiceWorkerContextClient&);
61 virtual void trace(Visitor* visitor) OVERRIDE { ServiceWorkerGlobalScopeClient::trace(visitor); }
ServiceWorkerGlobalScopeClientImpl.cpp 43 PassOwnPtrWillBeRawPtr<ServiceWorkerGlobalScopeClient> ServiceWorkerGlobalScopeClientImpl::create(WebServiceWorkerContextClient& client)
ServiceWorkerGlobalScopeProxy.cpp 120 ServiceWorkerGlobalScopeClient::from(m_workerGlobalScope)->didHandleSyncEvent(eventID);
  /external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk 335 third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp \
    [all...]
modules.target.darwin-arm64.mk 335 third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp \
    [all...]
modules.target.darwin-mips.mk 335 third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp \
    [all...]
modules.target.darwin-mips64.mk 335 third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp \
    [all...]
modules.target.darwin-x86.mk 335 third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp \
    [all...]
modules.target.darwin-x86_64.mk 335 third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp \
    [all...]
modules.target.linux-arm.mk 335 third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp \
    [all...]
modules.target.linux-arm64.mk 335 third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp \
    [all...]
modules.target.linux-mips.mk 335 third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp \
    [all...]
modules.target.linux-mips64.mk 335 third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp \
    [all...]
modules.target.linux-x86.mk 335 third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp \
    [all...]
modules.target.linux-x86_64.mk 335 third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp \
    [all...]

Completed in 8743 milliseconds