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

  /external/webkit/Source/WebKit/chromium/src/
WorkerFileSystemCallbacksBridge.h 117 static void createDirectoryOnMainThread(WebCore::ScriptExecutionContext*, WebFileSystem*, const String& path, bool exclusive, WorkerFileSystemCallbacksBridge*, const String& mode);
WorkerFileSystemCallbacksBridge.cpp 197 dispatchTaskToMainThread(createCallbackTask(&createDirectoryOnMainThread, fileSystem, path, exclusive, this, mode));
257 void WorkerFileSystemCallbacksBridge::createDirectoryOnMainThread(WebCore::ScriptExecutionContext*, WebFileSystem* fileSystem, const String& path, bool exclusive, WorkerFileSystemCallbacksBridge* bridge, const String& mode)

Completed in 41 milliseconds