OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mayPostTaskToWorker
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
WorkerFileSystemCallbacksBridge.cpp
279
mayPostTaskToWorker
(createCallbackTask(&didFailOnWorkerThread, this, error), mode);
284
mayPostTaskToWorker
(createCallbackTask(&didOpenFileSystemOnWorkerThread, this, name, rootPath), mode);
289
mayPostTaskToWorker
(createCallbackTask(&didSucceedOnWorkerThread, this), mode);
294
mayPostTaskToWorker
(createCallbackTask(&didReadMetadataOnWorkerThread, this, info), mode);
299
mayPostTaskToWorker
(createCallbackTask(&didReadDirectoryOnWorkerThread, this, entries, hasMore), mode);
346
// Every task run will result in one call to
mayPostTaskToWorker
, which is where this ref is released.
369
void WorkerFileSystemCallbacksBridge::
mayPostTaskToWorker
(PassOwnPtr<ScriptExecutionContext::Task> task, const String& mode)
WorkerFileSystemCallbacksBridge.h
135
void
mayPostTaskToWorker
(PassOwnPtr<WebCore::ScriptExecutionContext::Task>, const String& mode);
Completed in 34 milliseconds