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

  /external/chromium_org/third_party/WebKit/Source/web/
WorkerGlobalScopeProxyProviderImpl.h 45 class WorkerGlobalScopeProxyProviderImpl FINAL : public NoBaseWillBeGarbageCollectedFinalized<WorkerGlobalScopeProxyProviderImpl>, public WebCore::WorkerGlobalScopeProxyProvider {
46 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerGlobalScopeProxyProviderImpl);
47 WTF_MAKE_NONCOPYABLE(WorkerGlobalScopeProxyProviderImpl);
49 static PassOwnPtrWillBeRawPtr<WorkerGlobalScopeProxyProviderImpl> create()
51 return adoptPtrWillBeNoop(new WorkerGlobalScopeProxyProviderImpl());
54 virtual ~WorkerGlobalScopeProxyProviderImpl() { }
60 WorkerGlobalScopeProxyProviderImpl() { }
WorkerGlobalScopeProxyProviderImpl.cpp 32 #include "web/WorkerGlobalScopeProxyProviderImpl.h"
55 WebCore::WorkerGlobalScopeProxy* WorkerGlobalScopeProxyProviderImpl::createWorkerGlobalScopeProxy(Worker* worker)
blink_web.target.darwin-arm.mk 261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
blink_web.target.darwin-arm64.mk 261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
blink_web.target.darwin-mips.mk 261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
blink_web.target.darwin-x86.mk 261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
blink_web.target.darwin-x86_64.mk 261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
blink_web.target.linux-arm.mk 261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
blink_web.target.linux-arm64.mk 261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
blink_web.target.linux-mips.mk 261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
blink_web.target.linux-x86.mk 261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
blink_web.target.linux-x86_64.mk 261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
WebViewImpl.cpp 153 #include "web/WorkerGlobalScopeProxyProviderImpl.h"
428 provideWorkerGlobalScopeProxyProviderTo(*m_page, WorkerGlobalScopeProxyProviderImpl::create());
    [all...]

Completed in 947 milliseconds