Home | History | Annotate | Download | only in profiles

Lines Matching refs:cache_path

140 // request context that we need, |cache_path| will be set to the user provided
143 void GetCacheParameters(ContextType type, FilePath* cache_path,
145 DCHECK(cache_path);
150 *cache_path = CommandLine::ForCurrentProcess()->GetSwitchValuePath(
373 FilePath cache_path = base_cache_path_;
375 GetCacheParameters(kNormalContext, &cache_path, &cache_max_size);
376 cache_path = GetCachePath(cache_path);
391 io_data_.Init(cookie_path, cache_path, cache_max_size,