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

  /external/webkit/Source/WebCore/fileapi/
LocalFileSystem.cpp 79 static void openFileSystem(ScriptExecutionContext*, const String& basePath, const String& identifier, AsyncFileSystem::Type type, bool create, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
81 AsyncFileSystem::openFileSystem(basePath, identifier, type, create, callbacks);
86 // AsyncFileSystem::openFileSystem calls callbacks synchronously, so the method needs to be called asynchronously.
87 context->postTask(createCallbackTask(&openFileSystem, fileSystemBasePath(), context->securityOrigin()->databaseIdentifier(), type, false, callbacks));
92 // AsyncFileSystem::openFileSystem calls callbacks synchronously, so the method needs to be called asynchronously.
93 context->postTask(createCallbackTask(&openFileSystem, fileSystemBasePath(), context->securityOrigin()->databaseIdentifier(), type, true, callbacks));
  /external/webkit/Source/WebCore/platform/
AsyncFileSystem.cpp 56 void AsyncFileSystem::openFileSystem(const String& basePath, const String& storageIdentifier, Type type, bool, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
AsyncFileSystem.h 72 static void openFileSystem(const String& basePath, const String& storageIdentifier, Type, bool create, PassOwnPtr<AsyncFileSystemCallbacks>);
  /external/webkit/Source/WebKit/chromium/public/
WebCommonWorkerClient.h 90 virtual void openFileSystem(WebFileSystem::Type, long long size, bool create, WebFileSystemCallbacks*)
WebFrameClient.h 369 virtual void openFileSystem(
  /external/webkit/Source/WebKit/chromium/src/
LocalFileSystemChromium.cpp 75 webFrame->client()->openFileSystem(webFrame, static_cast<WebFileSystem::Type>(type), size, create == CreateIfNotPresent, new WebFileSystemCallbacksImpl(callbacks, type));
WorkerFileSystemCallbacksBridge.cpp 223 commonClient->openFileSystem(type, size, create, MainThreadFileSystemCallbacks::createLeakedPtr(bridge, mode));
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 211 virtual void openFileSystem(WebKit::WebFrame*, WebKit::WebFileSystem::Type, long long size, bool create, WebKit::WebFileSystemCallbacks*);
WebViewHost.cpp     [all...]

Completed in 50 milliseconds