Home
last modified time | relevance | path

Searched refs:EntryBase (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DDOMFileSystemBase.h49 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 …]
DEntryBase.cpp40 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()
DDOMFileSystemBase.cpp127 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 …]
DEntryBase.h43 class EntryBase : public GarbageCollectedFinalized<EntryBase> {
45 virtual ~EntryBase();
60 EntryBase(DOMFileSystemBase*, const String& fullPath);
DEntrySync.cpp46 EntrySync* EntrySync::create(EntryBase* entry) in create()
89 : EntryBase(fileSystem, fullPath) in EntrySync()
96 EntryBase::trace(visitor); in trace()
DEntrySync.h46 class EntrySync : public EntryBase, public ScriptWrappable {
48 static EntrySync* create(EntryBase*);
DEntry.cpp47 : EntryBase(fileSystem, fullPath) in Entry()
79 EntryBase::trace(visitor); in trace()
DEntry.h48 class Entry : public EntryBase, public ScriptWrappable {
/external/chromium_org/third_party/WebKit/Source/modules/
Dmodules.gypi396 'filesystem/EntryBase.cpp',
397 'filesystem/EntryBase.h',
Dmodules.target.linux-x86.mk208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
Dmodules.target.darwin-arm64.mk208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
Dmodules.target.linux-mips.mk208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
Dmodules.target.linux-x86_64.mk208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
Dmodules.target.darwin-x86.mk208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
Dmodules.target.darwin-mips.mk208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
Dmodules.target.darwin-x86_64.mk208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
Dmodules.target.linux-arm64.mk208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
Dmodules.target.darwin-arm.mk208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
Dmodules.target.linux-arm.mk208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \