Home
last modified time | relevance | path

Searched refs:ServiceWorkerGlobalScopeProxy (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DServiceWorkerGlobalScopeProxy.cpp57 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 …]
DServiceWorkerGlobalScopeProxy.h61 class ServiceWorkerGlobalScopeProxy FINAL
64 WTF_MAKE_NONCOPYABLE(ServiceWorkerGlobalScopeProxy);
66 …static PassOwnPtr<ServiceWorkerGlobalScopeProxy> create(WebEmbeddedWorkerImpl&, Document&, WebServ…
67 virtual ~ServiceWorkerGlobalScopeProxy();
88ServiceWorkerGlobalScopeProxy(WebEmbeddedWorkerImpl&, Document&, WebServiceWorkerContextClient&);
DWebEmbeddedWorkerImpl.h42 class ServiceWorkerGlobalScopeProxy; variable
115 OwnPtr<ServiceWorkerGlobalScopeProxy> m_workerGlobalScopeProxy;
Dweb.gypi87 'ServiceWorkerGlobalScopeProxy.cpp',
88 'ServiceWorkerGlobalScopeProxy.h',
DWebEmbeddedWorkerImpl.cpp423 …m_workerGlobalScopeProxy = ServiceWorkerGlobalScopeProxy::create(*this, *document, *m_workerContex… in startWorkerThread()
Dblink_web.target.linux-mips64.mk74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
Dblink_web.target.linux-x86_64.mk74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
Dblink_web.target.linux-arm64.mk74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
Dblink_web.target.darwin-mips.mk74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
Dblink_web.target.linux-x86.mk74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
Dblink_web.target.darwin-x86.mk74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
Dblink_web.target.linux-arm.mk74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
Dblink_web.target.darwin-mips64.mk74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
Dblink_web.target.linux-mips.mk74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
Dblink_web.target.darwin-x86_64.mk74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
Dblink_web.target.darwin-arm64.mk74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
Dblink_web.target.darwin-arm.mk74 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \