Searched defs:DirectoryEntrySync (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDirectoryEntrySync.cpp32 #include "modules/filesystem/DirectoryEntrySync.h"
43 DirectoryEntrySync::DirectoryEntrySync(DOMFileSystemBase* fileSystem, const String& fullPath) function in class:blink::DirectoryEntrySync
48 DirectoryReaderSync* DirectoryEntrySync::createReader()
53 FileEntrySync* DirectoryEntrySync::getFile(const String& path, const Dictionary& options, ExceptionState& exceptionState)
61 DirectoryEntrySync* DirectoryEntrySync::getDirectory(const String& path, const Dictionary& options, ExceptionState& exceptionState)
66 return static_cast<DirectoryEntrySync*>(helper->getResult(exceptionState));
69 void DirectoryEntrySync::removeRecursively(ExceptionState& exceptionState)
76 void DirectoryEntrySync
[all...]

Completed in 491 milliseconds