Searched refs:IsEntryOperation (Results 1 – 2 of 2) sorted by relevance
69 if (IsEntryOperation()) in ExecuteOperation()77 DCHECK(IsEntryOperation()); in OnIOComplete()85 if (IsEntryOperation()) { in OnDone()102 bool BackendIO::IsEntryOperation() { in IsEntryOperation() function in disk_cache::BackendIO641 if (op->has_callback() && (!cancel || op->IsEntryOperation())) in OnOperationComplete()645 DCHECK(op->IsEntryOperation()); in OnOperationComplete()650 DCHECK(!op->IsEntryOperation()); in OnOperationComplete()
62 bool IsEntryOperation();