HomeSort by relevance Sort by last modified time
    Searched refs:cache_path (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.h 35 const FilePath& cache_path,
96 FilePath cache_path; member in struct:ProfileImplIOData::LazyParams
profile_impl_io_data.cc 53 const FilePath& cache_path,
64 lazy_params->cache_path = cache_path;
220 lazy_params_->cache_path,
302 FilePath cache_path = app_path.Append(chrome::kCacheDirname); local
315 cache_path,
profile_impl.cc 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_; local
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,
    [all...]

Completed in 242 milliseconds