Searched defs:startWorkerContext (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebSharedWorkerImpl.cpp95 void WebSharedWorkerImpl::startWorkerContext(const WebURL& url, const WebString& name, const WebString& userAgent, const WebString& sourceCode, long long) function in class:WebKit::WebSharedWorkerImpl
H A DWebWorkerImpl.cpp99 void WebWorkerImpl::startWorkerContext(const WebURL& scriptUrl, function in class:WebKit::WebWorkerImpl
H A DWebWorkerClientImpl.cpp134 void WebWorkerClientImpl::startWorkerContext(const KURL& scriptURL, function in class:WebKit::WebWorkerClientImpl
150 m_webWorker->startWorkerContext(scriptURL, userAgent, sourceCode);
322 thisPtr->m_webWorker->startWorkerContext(KURL(ParsedURLString, scriptURL),
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestWebWorker.h61 virtual void startWorkerContext(const WebKit::WebURL&, const WebKit::WebString&, const WebKit::WebString&) {} function in class:TestWebWorker
/external/webkit/Source/WebCore/workers/
H A DWorkerMessagingProxy.cpp237 void WorkerMessagingProxy::startWorkerContext(const KURL& scriptURL, const String& userAgent, const String& sourceCode) function in class:WebCore::WorkerMessagingProxy

Completed in 65 milliseconds