Searched refs:postReadMetadataToMainThread (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWorkerAsyncFileSystemChromium.cpp112 createWorkerFileSystemCallbacksBridge(callbacks)->postReadMetadataToMainThread(m_webFileSystem, path, m_modeForCurrentOperation);
209 createWorkerFileSystemCallbacksBridge(WorkerFileWriterHelperCallbacks::create(client, path, m_webFileSystem, callbacks, m_workerContext))->postReadMetadataToMainThread(m_webFileSystem, path, m_modeForCurrentOperation);
H A DWorkerFileSystemCallbacksBridge.h92 void postReadMetadataToMainThread(WebFileSystem*, const String& path, const String& mode);
H A DWorkerFileSystemCallbacksBridge.cpp183 void WorkerFileSystemCallbacksBridge::postReadMetadataToMainThread(WebFileSystem* fileSystem, const String& path, const String& mode) function in class:WebKit::WorkerFileSystemCallbacksBridge

Completed in 40 milliseconds