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

  /external/webkit/Source/WebCore/fileapi/
FileWriterSync.h 47 class FileWriterSync : public FileWriterBase, public AsyncFileWriterClient {
49 static PassRefPtr<FileWriterSync> create()
51 return adoptRef(new FileWriterSync());
53 virtual ~FileWriterSync();
66 FileWriterSync();
FileWriterSync.cpp 35 #include "FileWriterSync.h"
43 void FileWriterSync::write(Blob* data, ExceptionCode& ec)
65 void FileWriterSync::seek(long long position, ExceptionCode& ec)
73 void FileWriterSync::truncate(long long offset, ExceptionCode& ec)
94 void FileWriterSync::didWrite(long long bytes, bool complete)
105 void FileWriterSync::didTruncate()
114 void FileWriterSync::didFail(FileError::ErrorCode error)
124 FileWriterSync::FileWriterSync()
132 void FileWriterSync::prepareForWrite(
    [all...]

Completed in 82 milliseconds