Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dentry_impl.cc52 entry_->ReportIOTime(disk_cache::EntryImpl::kAsyncIO, start_); in OnFileIOComplete()
215 ReportIOTime(kRead, start); in ReadData()
247 ReportIOTime(kRead, start); in ReadData()
311 ReportIOTime(kWrite, start); in WriteData()
347 ReportIOTime(kWrite, start); in WriteData()
361 ReportIOTime(kSparseRead, start); in ReadSparseData()
375 ReportIOTime(kSparseWrite, start); in WriteSparseData()
599 void EntryImpl::ReportIOTime(Operation op, const base::Time& start) { in ReportIOTime() function in disk_cache::EntryImpl
Dentry_impl.h115 void ReportIOTime(Operation op, const base::Time& start);