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

  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.h 37 const FilePath& media_cache_path,
98 FilePath media_cache_path; member in struct:ProfileImplIOData::LazyParams
profile_impl_io_data.cc 55 const FilePath& media_cache_path,
66 lazy_params->media_cache_path = media_cache_path;
237 net::MEDIA_CACHE, lazy_params_->media_cache_path,
profile_impl.cc 378 FilePath media_cache_path = base_cache_path_; local
380 GetCacheParameters(kMediaContext, &media_cache_path, &media_cache_max_size);
381 media_cache_path = GetMediaCachePath(media_cache_path);
392 media_cache_path, media_cache_max_size, extensions_cookie_path,
    [all...]

Completed in 39 milliseconds