OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:runTaskOnWorkerThread
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
WorkerFileWriterCallbacksBridge.cpp
156
// We know m_clientOnWorkerThread is still valid because it is only cleared on the context thread, and because we check in
runTaskOnWorkerThread
before calling any of these methods.
189
void WorkerFileWriterCallbacksBridge::
runTaskOnWorkerThread
(ScriptExecutionContext* scriptExecutionContext, PassRefPtr<WorkerFileWriterCallbacksBridge> bridge, PassOwnPtr<ScriptExecutionContext::Task> taskToRun)
205
m_proxy->postTaskForModeToWorkerContext(createCallbackTask(&
runTaskOnWorkerThread
, this, task), m_mode);
WorkerFileSystemCallbacksBridge.cpp
352
void WorkerFileSystemCallbacksBridge::
runTaskOnWorkerThread
(WebCore::ScriptExecutionContext* scriptExecutionContext, PassRefPtr<WorkerFileSystemCallbacksBridge> bridge, PassOwnPtr<WebCore::ScriptExecutionContext::Task> taskToRun)
379
m_worker->postTaskForModeToWorkerContext(createCallbackTask(&
runTaskOnWorkerThread
, bridge, task), mode);
Completed in 1519 milliseconds