ServiceWorkerGlobalScopeProxy 54 Source/web/ServiceWorkerGlobalScopeProxy.cpp PassOwnPtr<ServiceWorkerGlobalScopeProxy> ServiceWorkerGlobalScopeProxy::create(WebEmbeddedWorkerImpl& embeddedWorker, ExecutionContext& executionContext, WebServiceWorkerContextClient& client) ServiceWorkerGlobalScopeProxy 56 Source/web/ServiceWorkerGlobalScopeProxy.cpp return adoptPtr(new ServiceWorkerGlobalScopeProxy(embeddedWorker, executionContext, client)); ServiceWorkerGlobalScopeProxy 59 Source/web/ServiceWorkerGlobalScopeProxy.cpp ServiceWorkerGlobalScopeProxy::~ServiceWorkerGlobalScopeProxy() ServiceWorkerGlobalScopeProxy 63 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::dispatchInstallEvent(int eventID) ServiceWorkerGlobalScopeProxy 72 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::dispatchActivateEvent(int eventID) ServiceWorkerGlobalScopeProxy 81 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::dispatchFetchEvent(int eventID) ServiceWorkerGlobalScopeProxy 89 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray& webChannels) ServiceWorkerGlobalScopeProxy 98 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::dispatchSyncEvent(int eventID) ServiceWorkerGlobalScopeProxy 105 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL) ServiceWorkerGlobalScopeProxy 110 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::reportConsoleMessage(MessageSource, MessageLevel, const String& message, int lineNumber, const String& sourceURL) ServiceWorkerGlobalScopeProxy 115 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::postMessageToPageInspector(const String& message) ServiceWorkerGlobalScopeProxy 120 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::updateInspectorStateCookie(const String& message) ServiceWorkerGlobalScopeProxy 125 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::workerGlobalScopeStarted(WorkerGlobalScope* workerGlobalScope) ServiceWorkerGlobalScopeProxy 132 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::workerGlobalScopeClosed() ServiceWorkerGlobalScopeProxy 137 Source/web/ServiceWorkerGlobalScopeProxy.cpp void ServiceWorkerGlobalScopeProxy::workerGlobalScopeDestroyed() ServiceWorkerGlobalScopeProxy 143 Source/web/ServiceWorkerGlobalScopeProxy.cpp ServiceWorkerGlobalScopeProxy::ServiceWorkerGlobalScopeProxy(WebEmbeddedWorkerImpl& embeddedWorker, ExecutionContext& executionContext, WebServiceWorkerContextClient& client) ServiceWorkerGlobalScopeProxy 60 Source/web/ServiceWorkerGlobalScopeProxy.h class ServiceWorkerGlobalScopeProxy FINAL : ServiceWorkerGlobalScopeProxy 63 Source/web/ServiceWorkerGlobalScopeProxy.h WTF_MAKE_NONCOPYABLE(ServiceWorkerGlobalScopeProxy); ServiceWorkerGlobalScopeProxy 65 Source/web/ServiceWorkerGlobalScopeProxy.h static PassOwnPtr<ServiceWorkerGlobalScopeProxy> create(WebEmbeddedWorkerImpl&, WebCore::ExecutionContext&, WebServiceWorkerContextClient&); ServiceWorkerGlobalScopeProxy 66 Source/web/ServiceWorkerGlobalScopeProxy.h virtual ~ServiceWorkerGlobalScopeProxy(); ServiceWorkerGlobalScopeProxy 85 Source/web/ServiceWorkerGlobalScopeProxy.h ServiceWorkerGlobalScopeProxy(WebEmbeddedWorkerImpl&, WebCore::ExecutionContext&, WebServiceWorkerContextClient&); ServiceWorkerGlobalScopeProxy 266 Source/web/WebEmbeddedWorkerImpl.cpp m_workerGlobalScopeProxy = ServiceWorkerGlobalScopeProxy::create(*this, *toWebFrameImpl(m_mainFrame)->frame()->document(), *contextClient); ServiceWorkerGlobalScopeProxy 46 Source/web/WebEmbeddedWorkerImpl.h class ServiceWorkerGlobalScopeProxy; ServiceWorkerGlobalScopeProxy 94 Source/web/WebEmbeddedWorkerImpl.h OwnPtr<ServiceWorkerGlobalScopeProxy> m_workerGlobalScopeProxy;