Home | History | Annotate | Download | only in profiles

Lines Matching defs:cache_path

565   base::FilePath cache_path = base_cache_path_;
567 GetCacheParameters(false, &cache_path, &cache_max_size);
568 cache_path = GetCachePath(cache_path);
603 io_data_.Init(cookie_path, server_bound_cert_path, cache_path,
1293 // |cache_path| will be set to the user provided path, or will not be touched if
1297 base::FilePath* cache_path,
1299 DCHECK(cache_path);
1303 *cache_path = path;