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

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReaderLoader.cpp33 #include "core/fileapi/FileReaderLoader.h"
57 FileReaderLoader::FileReaderLoader(ReadType readType, FileReaderLoaderClient* client) function in class:WebCore::FileReaderLoader
73 FileReaderLoader::~FileReaderLoader()
84 void FileReaderLoader::startInternal(ExecutionContext* executionContext, const Stream* stream, PassRefPtr<BlobDataHandle> blobData)
124 void FileReaderLoader::start(ExecutionContext* executionContext, PassRefPtr<BlobDataHandle> blobData)
130 void FileReaderLoader::start(ExecutionContext* executionContext, const Stream& stream, unsigned readSize)
142 void FileReaderLoader::cancel()
148 void FileReaderLoader
[all...]
H A DFileReaderLoader.h53 class FileReaderLoader : public ThreadableLoaderClient { class in namespace:WebCore
65 FileReaderLoader(ReadType, FileReaderLoaderClient*);
66 ~FileReaderLoader();

Completed in 98 milliseconds