Searched defs:ReportIOTime (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/v3/
H A Dentry_impl_v3.cc617 ReportIOTime(kSparseRead, start);
643 ReportIOTime(kSparseWrite, start);
795 ReportIOTime(kRead, start);
840 ReportIOTime(kReadAsync1, start_async);
842 ReportIOTime(kRead, start);
895 ReportIOTime(kWrite, start);
944 ReportIOTime(kWriteAsync1, start_async);
946 ReportIOTime(kWrite, start);
1349 void EntryImpl::ReportIOTime(Operation op, const base::TimeTicks& start) { function in class:disk_cache::EntryImpl
/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);
/external/chromium_org/net/disk_cache/
H A Dentry_impl.cc67 entry_->ReportIOTime(disk_cache::EntryImpl::kAsyncIO, start_);
361 ReportIOTime(kSparseRead, start);
375 ReportIOTime(kSparseWrite, start);
691 void EntryImpl::ReportIOTime(Operation op, const base::TimeTicks& start) { function in class:disk_cache::EntryImpl
1004 ReportIOTime(kRead, start);
1049 ReportIOTime(kReadAsync1, start_async);
1051 ReportIOTime(kRead, start);
1104 ReportIOTime(kWrite, start);
1153 ReportIOTime(kWriteAsync1, start_async);
1155 ReportIOTime(kWrit
[all...]

Completed in 3169 milliseconds