Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/blockfile/
Din_flight_backend_io.cc69 if (IsEntryOperation()) in ExecuteOperation()
77 DCHECK(IsEntryOperation()); in OnIOComplete()
85 if (IsEntryOperation()) { in OnDone()
102 bool BackendIO::IsEntryOperation() { in IsEntryOperation() function in disk_cache::BackendIO
641 if (op->has_callback() && (!cancel || op->IsEntryOperation())) in OnOperationComplete()
645 DCHECK(op->IsEntryOperation()); in OnOperationComplete()
650 DCHECK(!op->IsEntryOperation()); in OnOperationComplete()
Din_flight_backend_io.h62 bool IsEntryOperation();