HomeSort by relevance Sort by last modified time
    Searched defs:EntrySync (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
EntrySync.h 46 class EntrySync : public EntryBase, public ScriptWrappable {
49 static EntrySync* create(EntryBase*);
54 EntrySync* moveTo(DirectoryEntrySync* parent, const String& name, ExceptionState&) const;
55 EntrySync* copyTo(DirectoryEntrySync* parent, const String& name, ExceptionState&) const;
57 EntrySync* getParent() const;
62 EntrySync(DOMFileSystemBase*, const String& fullPath);
EntrySync.cpp 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() cons
    [all...]

Completed in 135 milliseconds