Searched refs:ServiceWorkerGlobalScopeProxy (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ServiceWorkerGlobalScopeProxy.cpp | 57 PassOwnPtr<ServiceWorkerGlobalScopeProxy> ServiceWorkerGlobalScopeProxy::create(WebEmbeddedWorkerIm… in create() 59 return adoptPtr(new ServiceWorkerGlobalScopeProxy(embeddedWorker, document, client)); in create() 62 ServiceWorkerGlobalScopeProxy::~ServiceWorkerGlobalScopeProxy() in ~ServiceWorkerGlobalScopeProxy() 66 void ServiceWorkerGlobalScopeProxy::dispatchInstallEvent(int eventID) in dispatchInstallEvent() 75 void ServiceWorkerGlobalScopeProxy::dispatchActivateEvent(int eventID) in dispatchActivateEvent() 84 void ServiceWorkerGlobalScopeProxy::dispatchFetchEvent(int eventID, const WebServiceWorkerRequest& … in dispatchFetchEvent() 100 void ServiceWorkerGlobalScopeProxy::dispatchMessageEvent(const WebString& message, const WebMessage… in dispatchMessageEvent() 109 void ServiceWorkerGlobalScopeProxy::dispatchPushEvent(int eventID, const WebString& data) in dispatchPushEvent() 115 void ServiceWorkerGlobalScopeProxy::dispatchSyncEvent(int eventID) in dispatchSyncEvent() 123 void ServiceWorkerGlobalScopeProxy::reportException(const String& errorMessage, int lineNumber, int… in reportException() [all …]
|
D | ServiceWorkerGlobalScopeProxy.h | 61 class ServiceWorkerGlobalScopeProxy FINAL 64 WTF_MAKE_NONCOPYABLE(ServiceWorkerGlobalScopeProxy); 66 …static PassOwnPtr<ServiceWorkerGlobalScopeProxy> create(WebEmbeddedWorkerImpl&, Document&, WebServ… 67 virtual ~ServiceWorkerGlobalScopeProxy(); 88 … ServiceWorkerGlobalScopeProxy(WebEmbeddedWorkerImpl&, Document&, WebServiceWorkerContextClient&);
|
D | WebEmbeddedWorkerImpl.h | 42 class ServiceWorkerGlobalScopeProxy; variable 115 OwnPtr<ServiceWorkerGlobalScopeProxy> m_workerGlobalScopeProxy;
|
D | web.gypi | 87 'ServiceWorkerGlobalScopeProxy.cpp', 88 'ServiceWorkerGlobalScopeProxy.h',
|
D | WebEmbeddedWorkerImpl.cpp | 423 …m_workerGlobalScopeProxy = ServiceWorkerGlobalScopeProxy::create(*this, *document, *m_workerContex… in startWorkerThread()
|
D | blink_web.target.linux-mips64.mk | 74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
|
D | blink_web.target.linux-x86_64.mk | 74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
|
D | blink_web.target.linux-arm64.mk | 74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
|
D | blink_web.target.darwin-mips.mk | 74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
|
D | blink_web.target.linux-x86.mk | 74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
|
D | blink_web.target.darwin-x86.mk | 74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
|
D | blink_web.target.linux-arm.mk | 74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
|
D | blink_web.target.darwin-mips64.mk | 74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
|
D | blink_web.target.linux-mips.mk | 74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
|
D | blink_web.target.darwin-x86_64.mk | 74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
|
D | blink_web.target.darwin-arm64.mk | 74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
|
D | blink_web.target.darwin-arm.mk | 74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
|