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

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileWriterSync.cpp33 #include "modules/filesystem/FileWriterSync.h"
43 void FileWriterSync::write(Blob* data, ExceptionState& exceptionState)
64 void FileWriterSync::seek(long long position, ExceptionState& exceptionState)
71 void FileWriterSync::truncate(long long offset, ExceptionState& exceptionState)
91 void FileWriterSync::didWrite(long long bytes, bool complete)
102 void FileWriterSync::didTruncate()
111 void FileWriterSync::didFail(WebFileError error)
121 FileWriterSync::FileWriterSync() function in class:blink::FileWriterSync
129 void FileWriterSync
[all...]

Completed in 180 milliseconds