Searched refs:WebFileSystemCallbacks (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFileSystem.h35 #include "WebFileSystemCallbacks.h"
58 // WebFileSystemCallbacks::didOpenFileSystem() must be called with
60 // is completed successfully. WebFileSystemCallbacks::didFail() must be
62 virtual void openFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); }
65 // WebFileSystemCallbacks::didSucceed() must be called with filesystem
68 // WebFileSystemCallbacks::didFail() must be called otherwise.
69 virtual void resolveURL(const WebURL& fileSystemURL, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); }
72 // WebFileSystemCallbacks::didSucceed() must be called when the operation
73 // is completed successfully. WebFileSystemCallbacks::didFail() must be
77 virtual void deleteFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSystemCallbacks) { }
[all...]
H A DWebFileSystemCallbacks.h52 class WebFileSystemCallbacks { class in namespace:blink
54 ~WebFileSystemCallbacks() { reset(); }
55 WebFileSystemCallbacks() { } function in class:blink::WebFileSystemCallbacks
56 WebFileSystemCallbacks(const WebFileSystemCallbacks& c) { assign(c); } function in class:blink::WebFileSystemCallbacks
57 WebFileSystemCallbacks& operator=(const WebFileSystemCallbacks& c)
64 BLINK_PLATFORM_EXPORT void assign(const WebFileSystemCallbacks&);
67 BLINK_PLATFORM_EXPORT WebFileSystemCallbacks(const WTF::PassOwnPtr<AsyncFileSystemCallbacks>&);
/external/chromium_org/content/child/fileapi/
H A Dwebfilesystem_impl.h57 blink::WebFileSystemCallbacks);
60 blink::WebFileSystemCallbacks) OVERRIDE;
64 blink::WebFileSystemCallbacks);
68 blink::WebFileSystemCallbacks) OVERRIDE;
72 blink::WebFileSystemCallbacks) OVERRIDE;
75 blink::WebFileSystemCallbacks) OVERRIDE;
78 blink::WebFileSystemCallbacks) OVERRIDE;
81 blink::WebFileSystemCallbacks) OVERRIDE;
85 blink::WebFileSystemCallbacks) OVERRIDE;
89 blink::WebFileSystemCallbacks) OVERRID
[all...]
H A Dwebfilesystem_impl.cc23 #include "third_party/WebKit/public/platform/WebFileSystemCallbacks.h"
30 using blink::WebFileSystemCallbacks;
128 // and call WebFileSystemCallbacks's methods.
132 void DidSucceed(WebFileSystemCallbacks* callbacks) {
137 WebFileSystemCallbacks* callbacks) {
145 WebFileSystemCallbacks* callbacks) {
156 WebFileSystemCallbacks* callbacks) {
165 WebFileSystemCallbacks* callbacks) {
174 void DidFail(base::File::Error error, WebFileSystemCallbacks* callbacks) {
178 // Run WebFileSystemCallbacks'
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebFileSystemCallbacks.cpp32 #include "public/platform/WebFileSystemCallbacks.h"
61 WebFileSystemCallbacks::WebFileSystemCallbacks(const PassOwnPtr<AsyncFileSystemCallbacks>& callbacks) function in class:blink::WebFileSystemCallbacks
66 void WebFileSystemCallbacks::reset()
71 void WebFileSystemCallbacks::assign(const WebFileSystemCallbacks& other)
76 void WebFileSystemCallbacks::didSucceed()
83 void WebFileSystemCallbacks::didReadMetadata(const WebFileInfo& webFileInfo)
95 void WebFileSystemCallbacks::didCreateSnapshotFile(const WebFileInfo& webFileInfo)
113 void WebFileSystemCallbacks
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A Dblink_platform.target.darwin-arm.mk169 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
H A Dblink_platform.target.darwin-arm64.mk168 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
H A Dblink_platform.target.darwin-mips.mk168 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
H A Dblink_platform.target.darwin-mips64.mk168 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
H A Dblink_platform.target.darwin-x86.mk168 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
H A Dblink_platform.target.darwin-x86_64.mk168 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
H A Dblink_platform.target.linux-arm.mk169 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
H A Dblink_platform.target.linux-arm64.mk168 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
H A Dblink_platform.target.linux-mips.mk168 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
H A Dblink_platform.target.linux-mips64.mk168 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
H A Dblink_platform.target.linux-x86.mk168 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
H A Dblink_platform.target.linux-x86_64.mk168 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \

Completed in 1025 milliseconds