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

  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.h 54 const base::FilePath& media_cache_path,
161 base::FilePath media_cache_path; member in struct:ProfileImplIOData::LazyParams
profile_impl.cc 570 base::FilePath media_cache_path = base_cache_path_; local
572 GetCacheParameters(true, &media_cache_path, &media_cache_max_size);
573 media_cache_path = GetMediaCachePath(media_cache_path);
604 cache_max_size, media_cache_path, media_cache_max_size,
    [all...]
profile_impl_io_data.cc 134 const base::FilePath& media_cache_path,
152 lazy_params->media_cache_path = media_cache_path;
717 cache_path = lazy_params_->media_cache_path;

Completed in 2062 milliseconds