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

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
EntryBase.cpp 32 #include "modules/filesystem/EntryBase.h"
40 EntryBase::EntryBase(DOMFileSystemBase* fileSystem, const String& fullPath)
47 EntryBase::~EntryBase()
51 String EntryBase::toURL() const
64 void EntryBase::trace(Visitor* visitor)
EntryBase.h 43 class EntryBase : public GarbageCollectedFinalized<EntryBase> {
45 virtual ~EntryBase();
60 EntryBase(DOMFileSystemBase*, const String& fullPath);
DOMFileSystemBase.h 49 class EntryBase;
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>, SynchronousType = Asynchronous);
107 void move(const EntryBase* source, EntryBase* parent, const String& name, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
108 void copy(const EntryBase* source, EntryBase* parent, const String& name, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
109 void remove(const EntryBase*, PassOwnPtr<VoidCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
110 void removeRecursively(const EntryBase*, PassOwnPtr<VoidCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous)
    [all...]
EntrySync.h 36 #include "modules/filesystem/EntryBase.h"
46 class EntrySync : public EntryBase, public ScriptWrappable {
48 static EntrySync* create(EntryBase*);
EntrySync.cpp 46 EntrySync* EntrySync::create(EntryBase* entry)
89 : EntryBase(fileSystem, fullPath)
96 EntryBase::trace(visitor);
Entry.cpp 47 : EntryBase(fileSystem, fullPath)
79 EntryBase::trace(visitor);
DOMFileSystemBase.cpp 42 #include "modules/filesystem/EntryBase.h"
127 KURL DOMFileSystemBase::createFileSystemURL(const EntryBase* entry) const
157 bool DOMFileSystemBase::pathToAbsolutePath(FileSystemType type, const EntryBase* base, String path, String& absolutePath)
188 void DOMFileSystemBase::getMetadata(const EntryBase* entry, PassOwnPtr<MetadataCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
195 static bool verifyAndGetDestinationPathForCopyOrMove(const EntryBase* source, EntryBase* parent, const String& newName, String& destinationPath)
224 void DOMFileSystemBase::move(const EntryBase* source, EntryBase* parent, const String& newName, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
238 void DOMFileSystemBase::copy(const EntryBase* source, EntryBase* parent, const String& newName, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallbac (…)
    [all...]
Entry.h 36 #include "modules/filesystem/EntryBase.h"
48 class Entry : public EntryBase, public ScriptWrappable {
  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 59 template<size_t SIZE, typename EntryBase = PLTEntryBase>
60 class Entry : public EntryBase
67 : EntryBase(pParent)
  /external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
    [all...]
modules.target.darwin-arm64.mk 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
    [all...]
modules.target.darwin-mips.mk 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
    [all...]
modules.target.darwin-x86.mk 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
    [all...]
modules.target.darwin-x86_64.mk 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
    [all...]
modules.target.linux-arm.mk 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
    [all...]
modules.target.linux-arm64.mk 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
    [all...]
modules.target.linux-mips.mk 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
    [all...]
modules.target.linux-x86.mk 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
    [all...]
modules.target.linux-x86_64.mk 208 third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
    [all...]

Completed in 4003 milliseconds