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

  /external/chromium/net/disk_cache/
in_flight_backend_io.cc 27 if (IsEntryOperation())
35 DCHECK(IsEntryOperation());
41 bool BackendIO::IsEntryOperation() {
447 if (op->IsEntryOperation()) {
451 if (op->callback() && (!cancel || op->IsEntryOperation()))
in_flight_backend_io.h 38 bool IsEntryOperation();

Completed in 30 milliseconds