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 blink::WebFileWriterClient { 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& 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(blink::WebFileError error)
121 FileWriterSync::FileWriterSync() function in class:WebCore::FileWriterSync
130 void FileWriterSync
[all...]

Completed in 102 milliseconds