Lines Matching full:disk_cache
5 #include "net/disk_cache/entry_impl.h"
12 #include "net/disk_cache/backend_impl.h"
13 #include "net/disk_cache/bitmap.h"
14 #include "net/disk_cache/cache_util.h"
15 #include "net/disk_cache/hash.h"
16 #include "net/disk_cache/histogram_macros.h"
17 #include "net/disk_cache/net_log_parameters.h"
18 #include "net/disk_cache/sparse_control.h"
31 class SyncCallback: public disk_cache::FileIOCallback {
35 SyncCallback(disk_cache::EntryImpl* entry, net::IOBuffer* buffer,
49 disk_cache::EntryImpl* entry_;
65 new disk_cache::ReadWriteCompleteParameters(bytes_copied)));
67 entry_->ReportIOTime(disk_cache::EntryImpl::kAsyncIO, start_);
84 namespace disk_cache {
1478 } // namespace disk_cache