Home
last modified time | relevance | path

Searched refs:KillChildAndContinue (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
Dsparse_control.cc375 return KillChildAndContinue(key, false); in OpenChild()
383 return KillChildAndContinue(key, true); // This is a fatal failure. in OpenChild()
387 return KillChildAndContinue(key, false); in OpenChild()
418 bool SparseControl::KillChildAndContinue(const std::string& key, bool fatal) { in KillChildAndContinue() function in disk_cache::SparseControl
Dsparse_control.h94 bool KillChildAndContinue(const std::string& key, bool fatal);