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

  /external/webkit/Source/WebKit/chromium/src/
WebWorkerClientImpl.h 53 class WebWorkerClientImpl : public WebCore::WorkerContextProxy
56 WebWorkerClientImpl(WebCore::Worker*);
104 virtual ~WebWorkerClientImpl();
106 // Methods used to support WebWorkerClientImpl being constructed on worker
110 WebWorkerClientImpl* thisPtr,
115 WebWorkerClientImpl* thisPtr);
117 WebWorkerClientImpl* thisPtr,
121 WebWorkerClientImpl* thisPtr);
127 WebWorkerClientImpl* thisPtr,
131 WebWorkerClientImpl* thisPtr
    [all...]
WebWorkerClientImpl.cpp 32 #include "WebWorkerClientImpl.h"
77 // WebWorkerClientImpl.
83 WorkerContextProxy* WebWorkerClientImpl::createWorkerContextProxy(Worker* worker)
91 WebWorkerClientImpl* proxy = new WebWorkerClientImpl(worker);
115 WebWorkerClientImpl::WebWorkerClientImpl(Worker* worker)
125 WebWorkerClientImpl::~WebWorkerClientImpl()
129 void WebWorkerClientImpl::setWebWorker(WebWorker* webWorker
    [all...]

Completed in 173 milliseconds