OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dispatchTaskToMainThread
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
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,
WorkerFileSystemCallbacksBridge.cpp
158
dispatchTaskToMainThread
(createCallbackTask(&openFileSystemOnMainThread, commonClient, type, size, create, this, mode));
163
dispatchTaskToMainThread
(createCallbackTask(&moveOnMainThread, fileSystem, sourcePath, destinationPath, this, mode));
168
dispatchTaskToMainThread
(createCallbackTask(©OnMainThread, 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
...]
Completed in 93 milliseconds