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

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReaderSync.cpp32 #include "core/fileapi/FileReaderSync.h"
44 FileReaderSync::FileReaderSync() function in class:WebCore::FileReaderSync
49 PassRefPtr<ArrayBuffer> FileReaderSync::readAsArrayBuffer(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState)
62 String FileReaderSync::readAsBinaryString(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState)
74 String FileReaderSync::readAsText(ExecutionContext* executionContext, Blob* blob, const String& encoding, ExceptionState& exceptionState)
87 String FileReaderSync::readAsDataURL(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState)
100 void FileReaderSync::startLoading(ExecutionContext* executionContext, FileReaderLoader& loader, const Blob& blob, ExceptionState& exceptionState)
H A DFileReaderSync.h47 class FileReaderSync FINAL : public RefCountedWillBeGarbageCollectedFinalized<FileReaderSync>, public ScriptWrappable {
49 static PassRefPtrWillBeRawPtr<FileReaderSync> create()
51 return adoptRefWillBeNoop(new FileReaderSync());
54 ~FileReaderSync() { }
68 FileReaderSync();

Completed in 48 milliseconds