OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebFileSystemCallbacks
(Results
1 - 17
of
17
) 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
52
class
WebFileSystemCallbacks
{
54
~
WebFileSystemCallbacks
() { reset(); }
55
WebFileSystemCallbacks
() { }
56
WebFileSystemCallbacks
(const
WebFileSystemCallbacks
& c) { assign(c); }
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/
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
23
#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
's |method| with |params|
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks.cpp
32
#include "public/platform/
WebFileSystemCallbacks
.h"
61
WebFileSystemCallbacks
::
WebFileSystemCallbacks
(const PassOwnPtr<AsyncFileSystemCallbacks>& callbacks)
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
::didReadDirectory(const WebVector<WebFileSystemEntry>& entries, bool hasMore
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk
169
third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks
.cpp \
[
all
...]
blink_platform.target.darwin-arm64.mk
168
third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks
.cpp \
[
all
...]
blink_platform.target.darwin-mips.mk
168
third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks
.cpp \
[
all
...]
blink_platform.target.darwin-mips64.mk
168
third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks
.cpp \
[
all
...]
blink_platform.target.darwin-x86.mk
168
third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks
.cpp \
[
all
...]
blink_platform.target.darwin-x86_64.mk
168
third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks
.cpp \
[
all
...]
blink_platform.target.linux-arm.mk
169
third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks
.cpp \
[
all
...]
blink_platform.target.linux-arm64.mk
168
third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks
.cpp \
[
all
...]
blink_platform.target.linux-mips.mk
168
third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks
.cpp \
[
all
...]
blink_platform.target.linux-mips64.mk
168
third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks
.cpp \
[
all
...]
blink_platform.target.linux-x86.mk
168
third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks
.cpp \
[
all
...]
blink_platform.target.linux-x86_64.mk
168
third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks
.cpp \
[
all
...]
Completed in 634 milliseconds