Lines Matching refs:root_cache_path
136 const base::FilePath& root_cache_path) { in ValidateCachePath() argument
140 if (!root_cache_path.empty() && root_cache_path != cache_path && in ValidateCachePath()
141 !root_cache_path.IsParent(cache_path)) { in ValidateCachePath()
144 << root_cache_path.value() << ")"; in ValidateCachePath()
162 const base::FilePath& root_cache_path) { in NormalizeCachePathAndSet() argument
165 if (has_error || !ValidateCachePath(path, root_cache_path)) { in NormalizeCachePathAndSet()
338 const base::FilePath& root_cache_path = in Initialize() local
339 NormalizePathAndSet(settings_.root_cache_path, "root_cache_path"); in Initialize()
341 NormalizeCachePathAndSet(settings_.cache_path, root_cache_path); in Initialize()
342 if (root_cache_path.empty() && !cache_path.empty()) { in Initialize()
343 CefString(&settings_.root_cache_path) = cache_path.value(); in Initialize()
447 const base::FilePath& root_cache_path = CefString(&settings_.root_cache_path); in NormalizeRequestContextSettings() local
448 NormalizeCachePathAndSet(settings->cache_path, root_cache_path); in NormalizeRequestContextSettings()