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

  /external/chromium/net/disk_cache/
sparse_control.h 94 bool KillChildAndContinue(const std::string& key, bool fatal);
sparse_control.cc 451 return KillChildAndContinue(key, false);
459 return KillChildAndContinue(key, true); // This is a fatal failure.
463 return KillChildAndContinue(key, false);
494 bool SparseControl::KillChildAndContinue(const std::string& key, bool fatal) {

Completed in 23 milliseconds