/external/webkit/Source/WebCore/fileapi/ |
D | LocalFileSystem.cpp | 79 static void openFileSystem(ScriptExecutionContext*, const String& basePath, const String& identifie… in openFileSystem() function 81 AsyncFileSystem::openFileSystem(basePath, identifier, type, create, callbacks); in openFileSystem() 87 …context->postTask(createCallbackTask(&openFileSystem, fileSystemBasePath(), context->securityOrigi… in readFileSystem() 93 …context->postTask(createCallbackTask(&openFileSystem, fileSystemBasePath(), context->securityOrigi… in requestFileSystem()
|
/external/webkit/Source/WebCore/platform/ |
D | AsyncFileSystem.cpp | 56 void AsyncFileSystem::openFileSystem(const String& basePath, const String& storageIdentifier, Type … in openFileSystem() function in WebCore::AsyncFileSystem
|
D | AsyncFileSystem.h | 72 …static void openFileSystem(const String& basePath, const String& storageIdentifier, Type, bool cre…
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebCommonWorkerClient.h | 90 …virtual void openFileSystem(WebFileSystem::Type, long long size, bool create, WebFileSystemCallbac… in openFileSystem() function
|
D | WebFrameClient.h | 369 virtual void openFileSystem( in openFileSystem() function
|
/external/webkit/Source/WebKit/chromium/src/ |
D | LocalFileSystemChromium.cpp | 75 …webFrame->client()->openFileSystem(webFrame, static_cast<WebFileSystem::Type>(type), size, create … in openFileSystemHelper()
|
D | WorkerFileSystemCallbacksBridge.cpp | 223 …commonClient->openFileSystem(type, size, create, MainThreadFileSystemCallbacks::createLeakedPtr(br… in openFileSystemOnMainThread()
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | WebViewHost.h | 211 …virtual void openFileSystem(WebKit::WebFrame*, WebKit::WebFileSystem::Type, long long size, bool c…
|
D | WebViewHost.cpp | 1128 void WebViewHost::openFileSystem(WebFrame* frame, WebFileSystem::Type type, long long size, bool cr… in openFileSystem() function in WebViewHost
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog | 3150 [chromium] Remove deprecated overload of openFileSystem for workers 5412 [chromium] WebWorkerBase::openFileSystem confuses clang's -Woverloaded-virtual 5415 Rename WebWorkerBase::openFileSystem() to openFileSystemForWorker() to 5417 WebFrameClient::openFileSystem(). 5429 Rename openFileSystem() to openFileSystemForWorker(). 5431 Rename openFileSystem() to openFileSystemForWorker().
|
D | ChangeLog-2011-02-16 | 931 [Chromium] Remove deprecated openFileSystem method signature 5563 WebFrameClient::openFileSystem. 5567 (WebKit::WebFrameClient::openFileSystem): 6677 (WebKit::WebCommonWorkerClient::openFileSystem): 6679 (WebKit::WebFrameClient::openFileSystem): 6963 (WebKit::WebWorkerBase::openFileSystem): Added a parameter for 8138 (WebKit::WebWorkerBase::openFileSystem): 8147 (WebKit::WebWorkerBase::openFileSystem): 8157 Added WebWorkerBase::openFileSystem and WebCommonWorkerClient:: 8158 openFileSystem to call in to the browser via Worker stub/proxy [all …]
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 13083 (WebViewHost::openFileSystem): Added. 13085 (WebViewHost::openFileSystem): Added.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 19854 (WebCore::openFileSystem): 19859 (WebCore::AsyncFileSystem::openFileSystem): 46073 (WebCore::openFileSystem):
|
D | ChangeLog-2011-02-16 | 2989 (WebCore::AsyncFileSystem::openFileSystem):
|
D | ChangeLog | 57751 Chains a call of openFileSystem to calls to getDirectory/getFile.
|