HomeSort by relevance Sort by last modified time
    Searched refs:dispatchTaskToMainThread (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WorkerFileSystemCallbacksBridge.cpp 158 dispatchTaskToMainThread(createCallbackTask(&openFileSystemOnMainThread, commonClient, type, size, create, this, mode));
163 dispatchTaskToMainThread(createCallbackTask(&moveOnMainThread, fileSystem, sourcePath, destinationPath, this, mode));
168 dispatchTaskToMainThread(createCallbackTask(&copyOnMainThread, fileSystem, sourcePath, destinationPath, this, mode));
174 dispatchTaskToMainThread(createCallbackTask(&removeOnMainThread, fileSystem, path, this, mode));
180 dispatchTaskToMainThread(createCallbackTask(&removeRecursivelyOnMainThread, fileSystem, path, this, mode));
186 dispatchTaskToMainThread(createCallbackTask(&readMetadataOnMainThread, fileSystem, path, this, mode));
191 dispatchTaskToMainThread(createCallbackTask(&createFileOnMainThread, fileSystem, path, exclusive, this, mode));
197 dispatchTaskToMainThread(createCallbackTask(&createDirectoryOnMainThread, fileSystem, path, exclusive, this, mode));
203 dispatchTaskToMainThread(createCallbackTask(&fileExistsOnMainThread, fileSystem, path, this, mode));
209 dispatchTaskToMainThread(createCallbackTask(&directoryExistsOnMainThread, fileSystem, path, this, mode))
    [all...]
WorkerFileWriterCallbacksBridge.cpp 64 dispatchTaskToMainThread(createCallbackTask(&writeOnMainThread, this, position, data));
71 dispatchTaskToMainThread(createCallbackTask(&truncateOnMainThread, this, length));
77 dispatchTaskToMainThread(createCallbackTask(&abortOnMainThread, this));
84 dispatchTaskToMainThread(createCallbackTask(&shutdownOnMainThread, bridge));
147 dispatchTaskToMainThread(createCallbackTask(&initOnMainThread, this, path));
196 void WorkerFileWriterCallbacksBridge::dispatchTaskToMainThread(PassOwnPtr<ScriptExecutionContext::Task> task)
199 WebWorkerBase::dispatchTaskToMainThread(createCallbackTask(&runTaskOnMainThread, this, task));
WebWorkerBase.cpp 100 worker->dispatchTaskToMainThread(createCallbackTask(&allowDatabaseTask, commonClient, frame, String(name), String(displayName), estimatedSize, this));
191 void WebWorkerBase::dispatchTaskToMainThread(PassOwnPtr<ScriptExecutionContext::Task> task)
265 dispatchTaskToMainThread(createCallbackTask(&postMessageTask, this,
290 dispatchTaskToMainThread(createCallbackTask(&postExceptionTask, this,
315 dispatchTaskToMainThread(createCallbackTask(&postConsoleMessageTask, this,
337 dispatchTaskToMainThread(createCallbackTask(&confirmMessageTask, this,
352 dispatchTaskToMainThread(createCallbackTask(&reportPendingActivityTask,
367 dispatchTaskToMainThread(createCallbackTask(&workerContextClosedTask,
382 dispatchTaskToMainThread(createCallbackTask(&workerContextDestroyedTask,
WebWorkerClientImpl.cpp 142 WebWorkerBase::dispatchTaskToMainThread(createCallbackTask(
159 WebWorkerBase::dispatchTaskToMainThread(createCallbackTask(&terminateWorkerContextTask, this));
174 WebWorkerBase::dispatchTaskToMainThread(createCallbackTask(&postMessageToWorkerContextTask,
204 WebWorkerBase::dispatchTaskToMainThread(createCallbackTask(&workerObjectDestroyedTask,
WebWorkerBase.h 99 static void dispatchTaskToMainThread(PassOwnPtr<WebCore::ScriptExecutionContext::Task>);
WorkerFileWriterCallbacksBridge.h 135 void dispatchTaskToMainThread(PassOwnPtr<WebCore::ScriptExecutionContext::Task>);
WorkerFileSystemCallbacksBridge.h 134 void dispatchTaskToMainThread(PassOwnPtr<WebCore::ScriptExecutionContext::Task>);

Completed in 57 milliseconds