Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/blockfile/
Dsparse_control.h107 bool ContinueWithoutChild(const std::string& key);
Dsparse_control.cc486 return ContinueWithoutChild(key); in OpenChild()
493 return ContinueWithoutChild(key); in OpenChild()
550 return ContinueWithoutChild(key); in KillChildAndContinue()
554 bool SparseControl::ContinueWithoutChild(const std::string& key) { in ContinueWithoutChild() function in disk_cache::SparseControl