FileBackgroundIO   26 net/disk_cache/blockfile/file_ios.cc   FileBackgroundIO(disk_cache::File* file, const void* buf, size_t buf_len,
FileBackgroundIO   59 net/disk_cache/blockfile/file_ios.cc   DISALLOW_COPY_AND_ASSIGN(FileBackgroundIO);
FileBackgroundIO   92 net/disk_cache/blockfile/file_ios.cc void FileBackgroundIO::Read() {
FileBackgroundIO  102 net/disk_cache/blockfile/file_ios.cc void FileBackgroundIO::Write() {
FileBackgroundIO  113 net/disk_cache/blockfile/file_ios.cc   scoped_refptr<FileBackgroundIO> operation(
FileBackgroundIO  114 net/disk_cache/blockfile/file_ios.cc       new FileBackgroundIO(file, buf, buf_len, offset, callback, this));
FileBackgroundIO  118 net/disk_cache/blockfile/file_ios.cc       base::Bind(&FileBackgroundIO::Read, operation.get()), true);
FileBackgroundIO  125 net/disk_cache/blockfile/file_ios.cc   scoped_refptr<FileBackgroundIO> operation(
FileBackgroundIO  126 net/disk_cache/blockfile/file_ios.cc       new FileBackgroundIO(file, buf, buf_len, offset, callback, this));
FileBackgroundIO  130 net/disk_cache/blockfile/file_ios.cc       base::Bind(&FileBackgroundIO::Write, operation.get()), true);
FileBackgroundIO  137 net/disk_cache/blockfile/file_ios.cc   FileBackgroundIO* op = static_cast<FileBackgroundIO*>(operation);