Home
last modified time | relevance | path

Searched refs:kReadOperation (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
Dsparse_control.cc146 case disk_cache::SparseControl::kReadOperation: in GetSparseEventType()
166 case disk_cache::SparseControl::kReadOperation: in LogChildOperationEnd()
252 if (!buf && (op == kReadOperation || op == kWriteOperation)) in StartIO()
508 if (kReadOperation == operation_) in ContinueWithoutChild()
561 if (operation_ != kReadOperation) in VerifyRange()
697 case kReadOperation: in DoChildIO()
Dsparse_control.h38 kReadOperation, enumerator
Dentry_impl.cc359 result = sparse_->StartIO(SparseControl::kReadOperation, offset, buf, buf_len, in ReadSparseDataImpl()