Home
last modified time | relevance | path

Searched refs:WorkerGlobalScopeProxyProviderImpl (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWorkerGlobalScopeProxyProviderImpl.h45 class WorkerGlobalScopeProxyProviderImpl FINAL : public NoBaseWillBeGarbageCollectedFinalized<Worke…
46 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerGlobalScopeProxyProviderImpl);
47 WTF_MAKE_NONCOPYABLE(WorkerGlobalScopeProxyProviderImpl);
49 static PassOwnPtrWillBeRawPtr<WorkerGlobalScopeProxyProviderImpl> create() in create()
51 return adoptPtrWillBeNoop(new WorkerGlobalScopeProxyProviderImpl()); in create()
54 virtual ~WorkerGlobalScopeProxyProviderImpl() { } in ~WorkerGlobalScopeProxyProviderImpl()
60 WorkerGlobalScopeProxyProviderImpl() { } in WorkerGlobalScopeProxyProviderImpl() function
DWorkerGlobalScopeProxyProviderImpl.cpp55 WebCore::WorkerGlobalScopeProxy* WorkerGlobalScopeProxyProviderImpl::createWorkerGlobalScopeProxy(W… in createWorkerGlobalScopeProxy()
Dweb.gypi252 'WorkerGlobalScopeProxyProviderImpl.cpp',
253 'WorkerGlobalScopeProxyProviderImpl.h',
Dblink_web.target.darwin-arm.mk261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
Dblink_web.target.linux-mips.mk261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
Dblink_web.target.linux-arm64.mk261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
Dblink_web.target.darwin-x86_64.mk261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
Dblink_web.target.linux-x86.mk261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
Dblink_web.target.darwin-arm64.mk261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
Dblink_web.target.linux-arm.mk261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
Dblink_web.target.darwin-x86.mk261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
Dblink_web.target.darwin-mips.mk261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
Dblink_web.target.linux-x86_64.mk261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
DWebViewImpl.cpp428 provideWorkerGlobalScopeProxyProviderTo(*m_page, WorkerGlobalScopeProxyProviderImpl::create()); in WebViewImpl()