OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_workerThread
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
WebWorkerBase.h
105
void setWorkerThread(PassRefPtr<WebCore::WorkerThread> thread) {
m_workerThread
= thread; }
106
WebCore::WorkerThread* workerThread() { return
m_workerThread
.get(); }
159
RefPtr<WebCore::WorkerThread>
m_workerThread
;
/external/webkit/Source/WebCore/workers/
WorkerMessagingProxy.h
97
RefPtr<DedicatedWorkerThread>
m_workerThread
;
Completed in 232 milliseconds