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

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileWriterSync.h45 class FileWriterSync : public ScriptWrappable, public FileWriterBase, public AsyncFileWriterClient { class in namespace:WebCore
47 static PassRefPtr<FileWriterSync> create()
49 return adoptRef(new FileWriterSync());
51 virtual ~FileWriterSync();
64 FileWriterSync();
H A DFileWriterSync.cpp33 #include "modules/filesystem/FileWriterSync.h"
43 void FileWriterSync::write(Blob* data, ExceptionState& es)
65 void FileWriterSync::seek(long long position, ExceptionState& es)
72 void FileWriterSync::truncate(long long offset, ExceptionState& es)
93 void FileWriterSync::didWrite(long long bytes, bool complete)
104 void FileWriterSync::didTruncate()
113 void FileWriterSync::didFail(FileError::ErrorCode error)
123 FileWriterSync::FileWriterSync() function in class:WebCore::FileWriterSync
132 void FileWriterSync
[all...]

Completed in 70 milliseconds