Searched refs:KillChildAndContinue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control.h95 bool KillChildAndContinue(const std::string& key, bool fatal);
H A Dsparse_control_v3.h110 bool KillChildAndContinue(const std::string& key, bool fatal);
H A Dsparse_control_v3.cc472 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) { function in class:disk_cache::SparseControl
H A Dsparse_control.cc470 return KillChildAndContinue(key, false);
479 return KillChildAndContinue(key, true); // This is a fatal failure.
483 return KillChildAndContinue(key, false);
514 bool SparseControl::KillChildAndContinue(const std::string& key, bool fatal) { function in class:disk_cache::SparseControl

Completed in 129 milliseconds