OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebWorkerClientImpl
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
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
...]
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
...]
PlatformBridge.cpp
62
#include "
WebWorkerClientImpl
.h"
[
all
...]
Completed in 20 milliseconds