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

  /external/chromium_org/third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy.cpp 32 #include "web/ServiceWorkerGlobalScopeProxy.h"
55 PassOwnPtr<ServiceWorkerGlobalScopeProxy> ServiceWorkerGlobalScopeProxy::create(WebEmbeddedWorkerImpl& embeddedWorker, ExecutionContext& executionContext, WebServiceWorkerContextClient& client)
57 return adoptPtr(new ServiceWorkerGlobalScopeProxy(embeddedWorker, executionContext, client));
60 ServiceWorkerGlobalScopeProxy::~ServiceWorkerGlobalScopeProxy()
64 void ServiceWorkerGlobalScopeProxy::dispatchInstallEvent(int eventID)
73 void ServiceWorkerGlobalScopeProxy::dispatchActivateEvent(int eventID)
82 void ServiceWorkerGlobalScopeProxy::dispatchFetchEvent(int eventID, const WebServiceWorkerRequest& webRequest)
91 void ServiceWorkerGlobalScopeProxy::dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray& webChannels
    [all...]
ServiceWorkerGlobalScopeProxy.h 62 class ServiceWorkerGlobalScopeProxy FINAL :
65 WTF_MAKE_NONCOPYABLE(ServiceWorkerGlobalScopeProxy);
67 static PassOwnPtr<ServiceWorkerGlobalScopeProxy> create(WebEmbeddedWorkerImpl&, WebCore::ExecutionContext&, WebServiceWorkerContextClient&);
68 virtual ~ServiceWorkerGlobalScopeProxy();
89 ServiceWorkerGlobalScopeProxy(WebEmbeddedWorkerImpl&, WebCore::ExecutionContext&, WebServiceWorkerContextClient&);
WebEmbeddedWorkerImpl.h 46 class ServiceWorkerGlobalScopeProxy;
103 OwnPtr<ServiceWorkerGlobalScopeProxy> m_workerGlobalScopeProxy;
WebEmbeddedWorkerImpl.cpp 57 #include "web/ServiceWorkerGlobalScopeProxy.h"
356 m_workerGlobalScopeProxy = ServiceWorkerGlobalScopeProxy::create(*this, *toWebLocalFrameImpl(m_mainFrame)->frame()->document(), *m_workerContextClient);
blink_web.target.darwin-arm.mk 132 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
blink_web.target.darwin-arm64.mk 132 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
blink_web.target.darwin-mips.mk 132 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
blink_web.target.darwin-x86.mk 132 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
blink_web.target.darwin-x86_64.mk 132 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
blink_web.target.linux-arm.mk 132 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
blink_web.target.linux-arm64.mk 132 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
blink_web.target.linux-mips.mk 132 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
blink_web.target.linux-x86.mk 132 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
blink_web.target.linux-x86_64.mk 132 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \

Completed in 1530 milliseconds