Home | History | Annotate | Download | only in filesystem

Lines Matching defs:EntrySync

32 #include "modules/filesystem/EntrySync.h"
46 EntrySync* EntrySync::create(EntryBase* entry)
53 Metadata* EntrySync::getMetadata(ExceptionState& exceptionState)
60 EntrySync* EntrySync::moveTo(DirectoryEntrySync* parent, const String& name, ExceptionState& exceptionState) const
67 EntrySync* EntrySync::copyTo(DirectoryEntrySync* parent, const String& name, ExceptionState& exceptionState) const
74 void EntrySync::remove(ExceptionState& exceptionState) const
81 EntrySync* EntrySync::getParent() const
88 EntrySync::EntrySync(DOMFileSystemBase* fileSystem, const String& fullPath)
93 void EntrySync::trace(Visitor* visitor)