Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dbackend_impl.cc187 class CacheCreator { class
189 CacheCreator(const FilePath& path, bool force, int max_bytes, in CacheCreator() function in __anondff18d770111::CacheCreator
198 my_callback_(this, &CacheCreator::OnIOComplete)) { in CacheCreator()
200 ~CacheCreator() {} in ~CacheCreator()
222 net::CompletionCallbackImpl<CacheCreator> my_callback_;
224 DISALLOW_COPY_AND_ASSIGN(CacheCreator);
227 int CacheCreator::Run() { in Run()
237 void CacheCreator::OnIOComplete(int result) { in OnIOComplete()
255 void CacheCreator::DoCallback(int result) { in DoCallback()
418 CacheCreator* creator = new CacheCreator(full_path, force, max_bytes, type, in CreateBackend()