HomeSort by relevance Sort by last modified time
    Searched defs:WebWorkerClientImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebWorkerClientImpl.h 62 class WebWorkerClientImpl : public WebCore::WorkerMessagingProxy
90 WebWorkerClientImpl(WebCore::Worker*, WebFrameImpl*, PassOwnPtr<WebCore::WorkerClients>);
91 virtual ~WebWorkerClientImpl();
WebWorkerClientImpl.cpp 32 #include "WebWorkerClientImpl.h"
75 WorkerGlobalScopeProxy* WebWorkerClientImpl::createWorkerGlobalScopeProxy(Worker* worker)
82 WebWorkerClientImpl* proxy = new WebWorkerClientImpl(worker, webFrame, workerClients.release());
89 void WebWorkerClientImpl::terminateWorkerGlobalScope()
95 WebWorkerBase* WebWorkerClientImpl::toWebWorkerBase()
100 WebView* WebWorkerClientImpl::view() const
107 bool WebWorkerClientImpl::allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize)
117 bool WebWorkerClientImpl::allowFileSystem()
127 void WebWorkerClientImpl::openFileSystem(WebFileSystemType type, long long size, bool create
    [all...]

Completed in 30 milliseconds