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

  /external/chromium_org/third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy.cpp 32 #include "ServiceWorkerGlobalScopeProxy.h"
45 PassOwnPtr<ServiceWorkerGlobalScopeProxy> ServiceWorkerGlobalScopeProxy::create(WebEmbeddedWorkerImpl& embeddedWorker, ExecutionContext& executionContext, PassOwnPtr<WebServiceWorkerContextClient> client)
47 return adoptPtr(new ServiceWorkerGlobalScopeProxy(embeddedWorker, executionContext, client));
50 ServiceWorkerGlobalScopeProxy::~ServiceWorkerGlobalScopeProxy()
54 void ServiceWorkerGlobalScopeProxy::reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL)
59 void ServiceWorkerGlobalScopeProxy::reportConsoleMessage(MessageSource, MessageLevel, const String& message, int lineNumber, const String& sourceURL)
64 void ServiceWorkerGlobalScopeProxy::postMessageToPageInspector(const String& message)
69 void ServiceWorkerGlobalScopeProxy::updateInspectorStateCookie(const String& message
    [all...]
ServiceWorkerGlobalScopeProxy.h 60 class ServiceWorkerGlobalScopeProxy :
63 WTF_MAKE_NONCOPYABLE(ServiceWorkerGlobalScopeProxy);
65 static PassOwnPtr<ServiceWorkerGlobalScopeProxy> create(WebEmbeddedWorkerImpl&, WebCore::ExecutionContext&, PassOwnPtr<WebServiceWorkerContextClient>);
66 virtual ~ServiceWorkerGlobalScopeProxy();
78 ServiceWorkerGlobalScopeProxy(WebEmbeddedWorkerImpl&, WebCore::ExecutionContext&, PassOwnPtr<WebServiceWorkerContextClient>);
WebEmbeddedWorkerImpl.h 46 class ServiceWorkerGlobalScopeProxy;
85 OwnPtr<ServiceWorkerGlobalScopeProxy> m_workerGlobalScopeProxy;
WebEmbeddedWorkerImpl.cpp 34 #include "ServiceWorkerGlobalScopeProxy.h"
244 m_workerGlobalScopeProxy = ServiceWorkerGlobalScopeProxy::create(*this, *m_loadingContext, m_workerContextClient.release());
webkit.target.darwin-arm.mk 133 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
webkit.target.darwin-mips.mk 133 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
webkit.target.darwin-x86.mk 133 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
webkit.target.linux-arm.mk 133 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
webkit.target.linux-mips.mk 133 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \
webkit.target.linux-x86.mk 133 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp \

Completed in 42 milliseconds