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

  /external/chromium_org/net/disk_cache/blockfile/
entry_impl_v3.cc 628 ReportIOTime(kSparseRead, start);
654 ReportIOTime(kSparseWrite, start);
806 ReportIOTime(kRead, start);
851 ReportIOTime(kReadAsync1, start_async);
853 ReportIOTime(kRead, start);
906 ReportIOTime(kWrite, start);
955 ReportIOTime(kWriteAsync1, start_async);
957 ReportIOTime(kWrite, start);
    [all...]
entry_impl_v3.h 183 void ReportIOTime(Operation op, const base::TimeTicks& start);
entry_impl.cc 70 entry_->ReportIOTime(disk_cache::EntryImpl::kAsyncIO, start_);
364 ReportIOTime(kSparseRead, start);
378 ReportIOTime(kSparseWrite, start);
694 void EntryImpl::ReportIOTime(Operation op, const base::TimeTicks& start) {
1008 ReportIOTime(kRead, start);
1053 ReportIOTime(kReadAsync1, start_async);
1055 ReportIOTime(kRead, start);
    [all...]
entry_impl.h 136 void ReportIOTime(Operation op, const base::TimeTicks& start);

Completed in 45 milliseconds