Searched defs:WebWorkerImpl (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebWorkerImpl.h50 class WebWorkerImpl : public WebWorkerBase, public WebWorker { class in namespace:WebKit
52 explicit WebWorkerImpl(WebWorkerClient* client);
66 virtual ~WebWorkerImpl();
71 WebWorkerImpl* thisPtr,
H A DWebWorkerImpl.cpp32 #include "WebWorkerImpl.h"
61 return new WebWorkerImpl(client);
65 WebWorkerImpl::WebWorkerImpl(WebWorkerClient* client) function in class:WebKit::WebWorkerImpl
70 WebWorkerImpl::~WebWorkerImpl()
74 WebCommonWorkerClient* WebWorkerImpl::commonClient()
79 void WebWorkerImpl::postMessageToWorkerContextTask(WebCore::ScriptExecutionContext* context,
80 WebWorkerImpl* thisPtr,
99 void WebWorkerImpl
[all...]

Completed in 139 milliseconds