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

  /external/chromium_org/third_party/WebKit/public/platform/
WebFileSystem.h 35 #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...]
WebFileSystemCallbacks.h 54 class WebFileSystemCallbacks {
56 ~WebFileSystemCallbacks() { reset(); }
57 WebFileSystemCallbacks() { }
58 WebFileSystemCallbacks(const WebFileSystemCallbacks& c) { assign(c); }
59 WebFileSystemCallbacks& operator=(const WebFileSystemCallbacks& c)
66 BLINK_PLATFORM_EXPORT void assign(const WebFileSystemCallbacks&);
69 BLINK_PLATFORM_EXPORT WebFileSystemCallbacks(const WTF::PassOwnPtr<WebCore::AsyncFileSystemCallbacks>&);
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.h 57 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) OVERRIDE
    [all...]
webfilesystem_impl.cc 21 #include "third_party/WebKit/public/platform/WebFileSystemCallbacks.h"
30 using blink::WebFileSystemCallbacks;
126 // Run WebFileSystemCallbacks's |method| with |params|.
134 WebFileSystemCallbacks callbacks = filesystem->GetCallbacks(callbacks_id);
183 &WebFileSystemCallbacks::didOpenFileSystem,
197 &WebFileSystemCallbacks::didResolveURL,
210 &WebFileSystemCallbacks::didSucceed, MakeTuple(),
215 &WebFileSystemCallbacks::didFail,
228 &WebFileSystemCallbacks::didReadMetadata,
245 &WebFileSystemCallbacks::didReadDirectory
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks.cpp 32 #include "public/platform/WebFileSystemCallbacks.h"
63 WebFileSystemCallbacks::WebFileSystemCallbacks(const PassOwnPtr<AsyncFileSystemCallbacks>& callbacks)
68 void WebFileSystemCallbacks::reset()
73 void WebFileSystemCallbacks::assign(const WebFileSystemCallbacks& other)
78 void WebFileSystemCallbacks::didSucceed()
85 void WebFileSystemCallbacks::didReadMetadata(const WebFileInfo& webFileInfo)
97 void WebFileSystemCallbacks::didCreateSnapshotFile(const WebFileInfo& webFileInfo)
115 void WebFileSystemCallbacks::didReadDirectory(const WebVector<WebFileSystemEntry>& entries, bool hasMore
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 168 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 167 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 167 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 167 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 167 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
    [all...]
blink_platform.target.linux-arm.mk 168 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 167 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
    [all...]
blink_platform.target.linux-mips.mk 167 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
    [all...]
blink_platform.target.linux-x86.mk 167 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 167 third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
    [all...]

Completed in 153 milliseconds