HomeSort by relevance Sort by last modified time
    Searched full:openfilesystem (Results 1 - 17 of 17) 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/WebKit/chromium/src/
WebFileSystemCallbacksImpl.h 66 // Used for openFileSystem callbacks.
69 // Used for worker's openFileSystem callbacks.
LocalFileSystemChromium.cpp 75 webFrame->client()->openFileSystem(webFrame, static_cast<WebFileSystem::Type>(type), size, create == CreateIfNotPresent, new WebFileSystemCallbacksImpl(callbacks, type));
WorkerFileSystemCallbacksBridge.h 57 // This class is used to post a openFileSystem request to the main thread and get called back for the request. This must be destructed on the worker thread.
59 // A typical flow for openFileSystem would look like this:
WebWorkerBase.cpp 246 // Create a unique mode for this openFileSystem call.
WorkerFileSystemCallbacksBridge.cpp 223 commonClient->openFileSystem(type, size, create, MainThreadFileSystemCallbacks::createLeakedPtr(bridge, mode));
  /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/
WebFileSystemCallbacks.h 59 // Callback for WebFrameClient::openFileSystem. Called with a name and
WebCommonWorkerClient.h 90 virtual void openFileSystem(WebFileSystem::Type, long long size, bool create, WebFileSystemCallbacks*)
WebFrameClient.h 369 virtual void openFileSystem(
  /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...]
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 350 operation->OpenFileSystem(origin_url, fileapi::kFileSystemTypeExternal,
691 operation->OpenFileSystem(origin_url, fileapi::kFileSystemTypeExternal,
    [all...]
  /external/webkit/Source/WebKit/chromium/
ChangeLog-2011-02-16     [all...]
ChangeLog     [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2011-02-16     [all...]

Completed in 895 milliseconds