OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_workerThread
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerMessagingProxy.h
93
RefPtr<DedicatedWorkerThread>
m_workerThread
;
/external/chromium_org/third_party/WebKit/Source/web/
WebEmbeddedWorkerImpl.h
83
RefPtr<WebCore::WorkerThread>
m_workerThread
;
WebSharedWorkerImpl.h
112
void setWorkerThread(PassRefPtr<WebCore::WorkerThread> thread) {
m_workerThread
= thread; }
113
WebCore::WorkerThread* workerThread() { return
m_workerThread
.get(); }
133
RefPtr<WebCore::WorkerThread>
m_workerThread
;
Completed in 24 milliseconds