HomeSort by relevance Sort by last modified time
    Searched refs:ReportIOTime (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/disk_cache/
entry_impl.cc 52 entry_->ReportIOTime(disk_cache::EntryImpl::kAsyncIO, start_);
215 ReportIOTime(kRead, start);
247 ReportIOTime(kRead, start);
311 ReportIOTime(kWrite, start);
347 ReportIOTime(kWrite, start);
361 ReportIOTime(kSparseRead, start);
375 ReportIOTime(kSparseWrite, start);
599 void EntryImpl::ReportIOTime(Operation op, const base::Time& start) {
entry_impl.h 115 void ReportIOTime(Operation op, const base::Time& start);

Completed in 1389 milliseconds