Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/profiles/
Dprofile_impl_io_data.h37 const FilePath& media_cache_path,
98 FilePath media_cache_path; member
Dprofile_impl_io_data.cc55 const FilePath& media_cache_path, in Init() argument
66 lazy_params->media_cache_path = media_cache_path; in Init()
237 net::MEDIA_CACHE, lazy_params_->media_cache_path, in LazyInitializeInternal()
Dprofile_impl.cc378 FilePath media_cache_path = base_cache_path_; in DoFinalInit() local
380 GetCacheParameters(kMediaContext, &media_cache_path, &media_cache_max_size); in DoFinalInit()
381 media_cache_path = GetMediaCachePath(media_cache_path); in DoFinalInit()
392 media_cache_path, media_cache_max_size, extensions_cookie_path, in DoFinalInit()