Searched defs:openFileSystem (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
H A DLocalFileSystem.cpp79 static void openFileSystem(ScriptExecutionContext*, const String& basePath, const String& identifier, AsyncFileSystem::Type type, bool create, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) function in namespace:WebCore
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/
H A DAsyncFileSystem.cpp56 void AsyncFileSystem::openFileSystem(const String& basePath, const String& storageIdentifier, Type type, bool, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) function in class:WebCore::AsyncFileSystem
/external/webkit/Source/WebKit/chromium/public/
H A DWebCommonWorkerClient.h90 virtual void openFileSystem(WebFileSystem::Type, long long size, bool create, WebFileSystemCallbacks*) function in class:WebKit::WebCommonWorkerClient
H A DWebFrameClient.h369 virtual void openFileSystem( function in class:WebKit::WebFrameClient
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp1128 void WebViewHost::openFileSystem(WebFrame* frame, WebFileSystem::Type type, long long size, bool create, WebFileSystemCallbacks* callbacks) function in class:WebViewHost

Completed in 114 milliseconds