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 {
48 static EntrySync* create(EntryBase*);
53 EntrySync* moveTo(DirectoryEntrySync* parent, const String& name, ExceptionState&) const;
54 EntrySync* copyTo(DirectoryEntrySync* parent, const String& name, ExceptionState&) const;
56 EntrySync* getParent() const;
61 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 1629 milliseconds