OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceWorkerGlobalScopeProxy
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy.cpp
32
#include "web/
ServiceWorkerGlobalScopeProxy
.h"
57
PassOwnPtr<
ServiceWorkerGlobalScopeProxy
>
ServiceWorkerGlobalScopeProxy
::create(WebEmbeddedWorkerImpl& embeddedWorker, Document& document, WebServiceWorkerContextClient& client)
59
return adoptPtr(new
ServiceWorkerGlobalScopeProxy
(embeddedWorker, document, client));
62
ServiceWorkerGlobalScopeProxy
::~
ServiceWorkerGlobalScopeProxy
()
66
void
ServiceWorkerGlobalScopeProxy
::dispatchInstallEvent(int eventID)
75
void
ServiceWorkerGlobalScopeProxy
::dispatchActivateEvent(int eventID)
84
void
ServiceWorkerGlobalScopeProxy
::dispatchFetchEvent(int eventID, const WebServiceWorkerRequest& webRequest)
100
void
ServiceWorkerGlobalScopeProxy
::dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray& webChannels
[
all
...]
ServiceWorkerGlobalScopeProxy.h
61
class
ServiceWorkerGlobalScopeProxy
FINAL
64
WTF_MAKE_NONCOPYABLE(
ServiceWorkerGlobalScopeProxy
);
66
static PassOwnPtr<
ServiceWorkerGlobalScopeProxy
> create(WebEmbeddedWorkerImpl&, Document&, WebServiceWorkerContextClient&);
67
virtual ~
ServiceWorkerGlobalScopeProxy
();
88
ServiceWorkerGlobalScopeProxy
(WebEmbeddedWorkerImpl&, Document&, WebServiceWorkerContextClient&);
WebEmbeddedWorkerImpl.h
42
class
ServiceWorkerGlobalScopeProxy
;
115
OwnPtr<
ServiceWorkerGlobalScopeProxy
> m_workerGlobalScopeProxy;
WebEmbeddedWorkerImpl.cpp
62
#include "web/
ServiceWorkerGlobalScopeProxy
.h"
423
m_workerGlobalScopeProxy =
ServiceWorkerGlobalScopeProxy
::create(*this, *document, *m_workerContextClient);
blink_web.target.darwin-arm.mk
74
third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy
.cpp \
blink_web.target.darwin-arm64.mk
74
third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy
.cpp \
blink_web.target.darwin-mips.mk
74
third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy
.cpp \
blink_web.target.darwin-mips64.mk
74
third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy
.cpp \
blink_web.target.darwin-x86.mk
74
third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy
.cpp \
blink_web.target.darwin-x86_64.mk
74
third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy
.cpp \
blink_web.target.linux-arm.mk
74
third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy
.cpp \
blink_web.target.linux-arm64.mk
74
third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy
.cpp \
blink_web.target.linux-mips.mk
74
third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy
.cpp \
blink_web.target.linux-mips64.mk
74
third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy
.cpp \
blink_web.target.linux-x86.mk
74
third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy
.cpp \
blink_web.target.linux-x86_64.mk
74
third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy
.cpp \
Completed in 558 milliseconds