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

  /external/webkit/Source/WebCore/fileapi/
FileEntrySync.cpp 32 #include "FileEntrySync.h"
41 FileEntrySync::FileEntrySync(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
46 PassRefPtr<File> FileEntrySync::file(ExceptionCode& ec)
51 PassRefPtr<FileWriterSync> FileEntrySync::createWriter(ExceptionCode& ec)
FileEntrySync.h 46 class FileEntrySync : public EntrySync {
48 static PassRefPtr<FileEntrySync> create(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
50 return adoptRef(new FileEntrySync(fileSystem, fullPath));
60 FileEntrySync(PassRefPtr<DOMFileSystemBase>, const String& fullPath);

Completed in 51 milliseconds