Searched refs:mayPostTaskToWorker (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWorkerFileSystemCallbacksBridge.cpp279 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) function in class:WebKit::WorkerFileSystemCallbacksBridge
H A DWorkerFileSystemCallbacksBridge.h135 void mayPostTaskToWorker(PassOwnPtr<WebCore::ScriptExecutionContext::Task>, const String& mode);

Completed in 48 milliseconds