Searched refs:WebSharedWorkerImpl (Results 1 – 13 of 13) sorted by relevance
78 class WebSharedWorkerImpl::Loader : public WorkerScriptLoaderClient {153 WebSharedWorkerImpl::WebSharedWorkerImpl(WebSharedWorkerClient* client) in WebSharedWorkerImpl() function in blink::WebSharedWorkerImpl165 WebSharedWorkerImpl::~WebSharedWorkerImpl() in ~WebSharedWorkerImpl()175 void WebSharedWorkerImpl::stopWorkerThread() in stopWorkerThread()186 void WebSharedWorkerImpl::initializeLoader(const WebURL& url) in initializeLoader()212 WebApplicationCacheHost* WebSharedWorkerImpl::createApplicationCacheHost(WebLocalFrame*, WebApplica… in createApplicationCacheHost()219 void WebSharedWorkerImpl::didFinishDocumentLoad(WebLocalFrame* frame) in didFinishDocumentLoad()228 bind(&WebSharedWorkerImpl::didReceiveScriptLoaderResponse, this), in didFinishDocumentLoad()229 bind(&WebSharedWorkerImpl::onScriptLoaderFinished, this)); in didFinishDocumentLoad()234 void WebSharedWorkerImpl::reportException(const String& errorMessage, int lineNumber, int columnNum… in reportException()[all …]
67 class WebSharedWorkerImpl FINAL73 explicit WebSharedWorkerImpl(WebSharedWorkerClient*);112 virtual ~WebSharedWorkerImpl();
229 'WebSharedWorkerImpl.cpp',230 'WebSharedWorkerImpl.h',
242 third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp \