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

/external/chromium/net/disk_cache/
H A Dentry_impl.cc67 entry_->ReportIOTime(disk_cache::EntryImpl::kAsyncIO, start_);
361 ReportIOTime(kSparseRead, start);
375 ReportIOTime(kSparseWrite, start);
687 void EntryImpl::ReportIOTime(Operation op, const base::TimeTicks& start) { function in class:disk_cache::EntryImpl
961 ReportIOTime(kRead, start);
997 ReportIOTime(kRead, start);
1046 ReportIOTime(kWrite, start);
1092 ReportIOTime(kWrite, start);
H A Dentry_impl.h125 void ReportIOTime(Operation op, const base::TimeTicks& start);

Completed in 50 milliseconds