/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
D | DOMFileSystemBase.h | 49 class EntryBase; variable 100 KURL createFileSystemURL(const EntryBase*) const; 102 …static bool pathToAbsolutePath(FileSystemType, const EntryBase*, String path, String& absolutePath… 106 …void getMetadata(const EntryBase*, PassOwnPtr<MetadataCallback>, PassOwnPtr<ErrorCallback>, Synchr… 107 …void move(const EntryBase* source, EntryBase* parent, const String& name, PassOwnPtr<EntryCallback… 108 …void copy(const EntryBase* source, EntryBase* parent, const String& name, PassOwnPtr<EntryCallback… 109 …void remove(const EntryBase*, PassOwnPtr<VoidCallback>, PassOwnPtr<ErrorCallback>, SynchronousType… 110 …void removeRecursively(const EntryBase*, PassOwnPtr<VoidCallback>, PassOwnPtr<ErrorCallback>, Sync… 111 void getParent(const EntryBase*, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>); 112 …void getFile(const EntryBase*, const String& path, const FileSystemFlags&, PassOwnPtr<EntryCallbac… [all …]
|
D | EntryBase.cpp | 40 EntryBase::EntryBase(DOMFileSystemBase* fileSystem, const String& fullPath) in EntryBase() function in WebCore::EntryBase 47 EntryBase::~EntryBase() in ~EntryBase() 51 String EntryBase::toURL() const in toURL() 64 void EntryBase::trace(Visitor* visitor) in trace()
|
D | DOMFileSystemBase.cpp | 127 KURL DOMFileSystemBase::createFileSystemURL(const EntryBase* entry) const in createFileSystemURL() 157 bool DOMFileSystemBase::pathToAbsolutePath(FileSystemType type, const EntryBase* base, String path,… in pathToAbsolutePath() 188 void DOMFileSystemBase::getMetadata(const EntryBase* entry, PassOwnPtr<MetadataCallback> successCal… in getMetadata() 195 static bool verifyAndGetDestinationPathForCopyOrMove(const EntryBase* source, EntryBase* parent, co… in verifyAndGetDestinationPathForCopyOrMove() 224 void DOMFileSystemBase::move(const EntryBase* source, EntryBase* parent, const String& newName, Pas… in move() 238 void DOMFileSystemBase::copy(const EntryBase* source, EntryBase* parent, const String& newName, Pas… in copy() 252 void DOMFileSystemBase::remove(const EntryBase* entry, PassOwnPtr<VoidCallback> successCallback, Pa… in remove() 267 void DOMFileSystemBase::removeRecursively(const EntryBase* entry, PassOwnPtr<VoidCallback> successC… in removeRecursively() 282 void DOMFileSystemBase::getParent(const EntryBase* entry, PassOwnPtr<EntryCallback> successCallback… in getParent() 289 void DOMFileSystemBase::getFile(const EntryBase* entry, const String& path, const FileSystemFlags& … in getFile() [all …]
|
D | EntryBase.h | 43 class EntryBase : public GarbageCollectedFinalized<EntryBase> { 45 virtual ~EntryBase(); 60 EntryBase(DOMFileSystemBase*, const String& fullPath);
|
D | EntrySync.cpp | 46 EntrySync* EntrySync::create(EntryBase* entry) in create() 89 : EntryBase(fileSystem, fullPath) in EntrySync() 96 EntryBase::trace(visitor); in trace()
|
D | EntrySync.h | 46 class EntrySync : public EntryBase, public ScriptWrappable { 48 static EntrySync* create(EntryBase*);
|
D | Entry.cpp | 47 : EntryBase(fileSystem, fullPath) in Entry() 79 EntryBase::trace(visitor); in trace()
|
D | Entry.h | 48 class Entry : public EntryBase, public ScriptWrappable {
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
D | modules.gypi | 396 'filesystem/EntryBase.cpp', 397 'filesystem/EntryBase.h',
|
D | modules.target.linux-x86.mk | 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
|
D | modules.target.darwin-arm64.mk | 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
|
D | modules.target.linux-mips.mk | 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
|
D | modules.target.linux-x86_64.mk | 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
|
D | modules.target.darwin-x86.mk | 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
|
D | modules.target.darwin-mips.mk | 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
|
D | modules.target.darwin-x86_64.mk | 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
|
D | modules.target.linux-arm64.mk | 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
|
D | modules.target.darwin-arm.mk | 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
|
D | modules.target.linux-arm.mk | 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
|