Home
last modified time | relevance | path

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

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