Searched refs:FileBackgroundIO (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dfile_ios.cc19 class FileBackgroundIO : public disk_cache::BackgroundIO { class in namespace:__anon9150
26 FileBackgroundIO(disk_cache::File* file, const void* buf, size_t buf_len, function in class:__anon9150::FileBackgroundIO
50 virtual ~FileBackgroundIO() {}
59 DISALLOW_COPY_AND_ASSIGN(FileBackgroundIO);
92 void FileBackgroundIO::Read() {
102 void FileBackgroundIO::Write() {
113 scoped_refptr<FileBackgroundIO> operation(
114 new FileBackgroundIO(file, buf, buf_len, offset, callback, this));
118 base::Bind(&FileBackgroundIO::Read, operation.get()), true);
125 scoped_refptr<FileBackgroundIO> operatio
[all...]

Completed in 67 milliseconds