OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebWorkerImpl
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
WebWorkerImpl.cpp
32
#include "
WebWorkerImpl
.h"
61
return new
WebWorkerImpl
(client);
65
WebWorkerImpl
::
WebWorkerImpl
(WebWorkerClient* client)
70
WebWorkerImpl
::~
WebWorkerImpl
()
74
WebCommonWorkerClient*
WebWorkerImpl
::commonClient()
79
void
WebWorkerImpl
::postMessageToWorkerContextTask(WebCore::ScriptExecutionContext* context,
80
WebWorkerImpl
* thisPtr,
99
void
WebWorkerImpl
::startWorkerContext(const WebURL& scriptUrl
[
all
...]
WebWorkerImpl.h
50
class
WebWorkerImpl
: public WebWorkerBase, public WebWorker {
52
explicit
WebWorkerImpl
(WebWorkerClient* client);
66
virtual ~
WebWorkerImpl
();
71
WebWorkerImpl
* thisPtr,
WebWorkerClientImpl.cpp
64
#include "
WebWorkerImpl
.h"
107
WebWorkerImpl
* impl = reinterpret_cast<
WebWorkerImpl
*>(workerObjectProxy);
Completed in 115 milliseconds