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

  /external/chromium/net/disk_cache/
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) {
  /external/chromium_org/net/disk_cache/
sparse_control.cc 468 return KillChildAndContinue(key, false);
477 return KillChildAndContinue(key, true); // This is a fatal failure.
481 return KillChildAndContinue(key, false);
512 bool SparseControl::KillChildAndContinue(const std::string& key, bool fatal) {
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.cc 472 return KillChildAndContinue(key, false);
481 return KillChildAndContinue(key, true); // This is a fatal failure.
485 return KillChildAndContinue(key, false);
635 bool SparseControl::KillChildAndContinue(const std::string& key, bool fatal) {

Completed in 92 milliseconds