Searched refs:WorkerGlobalScopeProxyProviderImpl (Results 1 – 14 of 14) sorted by relevance
45 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
55 WebCore::WorkerGlobalScopeProxy* WorkerGlobalScopeProxyProviderImpl::createWorkerGlobalScopeProxy(W… in createWorkerGlobalScopeProxy()
252 'WorkerGlobalScopeProxyProviderImpl.cpp',253 'WorkerGlobalScopeProxyProviderImpl.h',
261 third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp \
428 provideWorkerGlobalScopeProxyProviderTo(*m_page, WorkerGlobalScopeProxyProviderImpl::create()); in WebViewImpl()