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

  /external/chromium_org/third_party/WebKit/Source/web/
WorkerFileSystemCallbacksBridge.h 36 #include "public/platform/WebFileSystem.h"
87 void postMoveToMainThread(WebFileSystem*, const WebCore::KURL& srcPath, const WebCore::KURL& destPath, const String& mode);
88 void postCopyToMainThread(WebFileSystem*, const WebCore::KURL& srcPath, const WebCore::KURL& destPath, const String& mode);
89 void postRemoveToMainThread(WebFileSystem*, const WebCore::KURL& path, const String& mode);
90 void postRemoveRecursivelyToMainThread(WebFileSystem*, const WebCore::KURL& path, const String& mode);
91 void postReadMetadataToMainThread(WebFileSystem*, const WebCore::KURL& path, const String& mode);
92 void postCreateFileToMainThread(WebFileSystem*, const WebCore::KURL& path, bool exclusive, const String& mode);
93 void postCreateDirectoryToMainThread(WebFileSystem*, const WebCore::KURL& path, bool exclusive, const String& mode);
94 void postFileExistsToMainThread(WebFileSystem*, const WebCore::KURL& path, const String& mode);
95 void postDirectoryExistsToMainThread(WebFileSystem*, const WebCore::KURL& path, const String& mode)
    [all...]
WorkerAsyncFileWriterChromium.h 38 class WebFileSystem;
63 static PassOwnPtr<WorkerAsyncFileWriterChromium> create(WebKit::WebFileSystem* webFileSystem, const WebKit::WebURL& path, WorkerGlobalScope* workerGlobalScope, AsyncFileWriterClient* client, WriterType type)
65 return adoptPtr(new WorkerAsyncFileWriterChromium(webFileSystem, path, workerGlobalScope, client, type));
78 WorkerAsyncFileWriterChromium(WebKit::WebFileSystem*, const WebKit::WebURL& path, WorkerGlobalScope*, AsyncFileWriterClient*, WriterType);
WorkerFileSystemCallbacksBridge.cpp 220 void WorkerFileSystemCallbacksBridge::postMoveToMainThread(WebFileSystem* fileSystem, const KURL& sourcePath, const KURL& destinationPath, const String& mode)
228 void WorkerFileSystemCallbacksBridge::postCopyToMainThread(WebFileSystem* fileSystem, const KURL& sourcePath, const KURL& destinationPath, const String& mode)
236 void WorkerFileSystemCallbacksBridge::postRemoveToMainThread(WebFileSystem* fileSystem, const KURL& path, const String& mode)
245 void WorkerFileSystemCallbacksBridge::postRemoveRecursivelyToMainThread(WebFileSystem* fileSystem, const KURL& path, const String& mode)
254 void WorkerFileSystemCallbacksBridge::postReadMetadataToMainThread(WebFileSystem* fileSystem, const KURL& path, const String& mode)
263 void WorkerFileSystemCallbacksBridge::postCreateFileToMainThread(WebFileSystem* fileSystem, const KURL& path, bool exclusive, const String& mode)
271 void WorkerFileSystemCallbacksBridge::postCreateDirectoryToMainThread(WebFileSystem* fileSystem, const KURL& path, bool exclusive, const String& mode)
280 void WorkerFileSystemCallbacksBridge::postFileExistsToMainThread(WebFileSystem* fileSystem, const KURL& path, const String& mode)
289 void WorkerFileSystemCallbacksBridge::postDirectoryExistsToMainThread(WebFileSystem* fileSystem, const KURL& path, const String& mode)
298 void WorkerFileSystemCallbacksBridge::postReadDirectoryToMainThread(WebFileSystem* fileSystem, const KURL& path, const String& mode
    [all...]
AsyncFileSystemChromium.h 38 class WebFileSystem;
70 WebKit::WebFileSystem* m_webFileSystem;
WorkerAsyncFileWriterChromium.cpp 43 #include "public/platform/WebFileSystem.h"
51 WorkerAsyncFileWriterChromium::WorkerAsyncFileWriterChromium(WebFileSystem* webFileSystem, const WebURL& path, WorkerGlobalScope* workerGlobalScope, AsyncFileWriterClient* client, WriterType type)
WorkerAsyncFileSystemChromium.h 40 class WebFileSystem;
WorkerAsyncFileSystemChromium.cpp 46 #include "public/platform/WebFileSystem.h"
134 static PassOwnPtr<WorkerFileWriterHelperCallbacks> create(AsyncFileWriterClient* client, const WebURL& path, WebKit::WebFileSystem* webFileSystem, PassOwnPtr<WebCore::AsyncFileSystemCallbacks> callbacks, WorkerGlobalScope* workerGlobalScope)
136 return adoptPtr(new WorkerFileWriterHelperCallbacks(client, path, webFileSystem, callbacks, workerGlobalScope));
157 WorkerFileWriterHelperCallbacks(AsyncFileWriterClient* client, const WebURL& path, WebKit::WebFileSystem* webFileSystem, PassOwnPtr<WebCore::AsyncFileSystemCallbacks> callbacks, WorkerGlobalScope* workerGlobalScope)
160 , m_webFileSystem(webFileSystem)
168 WebKit::WebFileSystem* m_webFileSystem;
WorkerFileWriterCallbacksBridge.h 54 class WebFileSystem;
AssertMatchingEnums.cpp 40 #include "public/platform/WebFileSystem.h"
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebFileSystem.h 45 class WebFileSystem {
142 virtual ~WebFileSystem() { }
Platform.h 65 class WebFileSystem;
198 virtual WebFileSystem* fileSystem() { return 0; }
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.h 11 #include "third_party/WebKit/public/platform/WebFileSystem.h"
25 class WebFileSystemImpl : public WebKit::WebFileSystem {
30 // WebFileSystem implementation.
  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.cc 37 using WebKit::WebFileSystem;
100 WebFileSystem* WorkerWebKitPlatformSupportImpl::fileSystem() {
worker_webkitplatformsupport_impl.h 42 virtual WebKit::WebFileSystem* fileSystem();
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 93 virtual WebKit::WebFileSystem* fileSystem();
renderer_webkitplatformsupport_impl.cc 108 using WebKit::WebFileSystem;
376 WebFileSystem* RendererWebKitPlatformSupportImpl::fileSystem() {
    [all...]
render_view_impl.cc 279 using WebKit::WebFileSystem;
    [all...]

Completed in 717 milliseconds