CacheCreator       27 net/disk_cache/cache_creator.cc   CacheCreator(const base::FilePath& path, bool force, int max_bytes,
CacheCreator       37 net/disk_cache/cache_creator.cc   ~CacheCreator();
CacheCreator       56 net/disk_cache/cache_creator.cc   DISALLOW_COPY_AND_ASSIGN(CacheCreator);
CacheCreator       59 net/disk_cache/cache_creator.cc CacheCreator::CacheCreator(
CacheCreator       78 net/disk_cache/cache_creator.cc CacheCreator::~CacheCreator() {
CacheCreator       81 net/disk_cache/cache_creator.cc int CacheCreator::Run() {
CacheCreator       95 net/disk_cache/cache_creator.cc         base::Bind(&CacheCreator::OnIOComplete, base::Unretained(this)));
CacheCreator      109 net/disk_cache/cache_creator.cc       base::Bind(&CacheCreator::OnIOComplete, base::Unretained(this)));
CacheCreator      115 net/disk_cache/cache_creator.cc void CacheCreator::DoCallback(int result) {
CacheCreator      134 net/disk_cache/cache_creator.cc void CacheCreator::OnIOComplete(int result) {
CacheCreator      168 net/disk_cache/cache_creator.cc   CacheCreator* creator = new CacheCreator(path, force, max_bytes, type,