HomeSort by relevance Sort by last modified time
    Searched defs: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()))
  /external/chromium_org/net/disk_cache/
in_flight_backend_io.cc 39 if (IsEntryOperation())
47 DCHECK(IsEntryOperation());
55 if (IsEntryOperation()) {
69 bool BackendIO::IsEntryOperation() {
508 if (!op->callback().is_null() && (!cancel || op->IsEntryOperation()))

Completed in 24 milliseconds