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

/external/chromium/net/disk_cache/
H A Dfile_posix.cc19 class FileBackgroundIO : public disk_cache::BackgroundIO { class in namespace:__anon2152
26 FileBackgroundIO(disk_cache::File* file, const void* buf, size_t buf_len, function in class:__anon2152::FileBackgroundIO
50 ~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 NewRunnableMethod(operation.get(), &FileBackgroundIO::Read), true);
125 scoped_refptr<FileBackgroundIO> operatio
[all...]

Completed in 119 milliseconds