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

/external/chromium/net/disk_cache/
H A Dsparse_control.h94 bool KillChildAndContinue(const std::string& key, bool fatal);
H A Dsparse_control.cc451 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) { function in class:disk_cache::SparseControl
/external/chromium_org/net/disk_cache/
H A Dsparse_control.h95 bool KillChildAndContinue(const std::string& key, bool fatal);
H A Dsparse_control.cc468 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) { function in class:disk_cache::SparseControl
/external/chromium_org/net/disk_cache/v3/
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

Completed in 78 milliseconds