Home | History | Annotate | Download | only in fileapi

Lines Matching defs:FileWriterSync

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()
141 FileWriterSync::~FileWriterSync()