Searched defs:mayPostTaskToWorker (Results 1 - 1 of 1) 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

Completed in 140 milliseconds