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

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileEntrySync.cpp32 #include "modules/filesystem/FileEntrySync.h"
40 FileEntrySync::FileEntrySync(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) function in class:WebCore::FileEntrySync
46 PassRefPtr<File> FileEntrySync::file(ExceptionState& es)
51 PassRefPtr<FileWriterSync> FileEntrySync::createWriter(ExceptionState& es)
H A DFileEntrySync.h45 class FileEntrySync : public EntrySync { class in namespace:WebCore
47 static PassRefPtr<FileEntrySync> create(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
49 return adoptRef(new FileEntrySync(fileSystem, fullPath));
59 FileEntrySync(PassRefPtr<DOMFileSystemBase>, const String& fullPath);

Completed in 73 milliseconds