Searched refs:root_cache_path (Results 1 – 12 of 12) sorted by relevance
136 const base::FilePath& root_cache_path) { in ValidateCachePath() argument140 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() argument165 if (has_error || !ValidateCachePath(path, root_cache_path)) { in NormalizeCachePathAndSet()338 const base::FilePath& root_cache_path = in Initialize() local339 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()[all …]
173 const base::FilePath& root_cache_path = in local_state() local174 base::FilePath(CefString(&settings.root_cache_path)); in local_state()180 browser_prefs::CreatePrefService(nullptr /* profile */, root_cache_path, in local_state()
488 CefString(&CefContext::Get()->settings().root_cache_path)); in GetRootCachePath()1351 const auto& root_cache_path = GetRootCachePath(); in GetNetworkContextsParentDirectory() local1355 if (root_cache_path.empty() || user_data_path.IsParent(root_cache_path)) { in GetNetworkContextsParentDirectory()1359 return {user_data_path, root_cache_path}; in GetNetworkContextsParentDirectory()
88 if (cef::IsChromeRuntimeEnabled() && settings->root_cache_path.length > 0) { in GetUserDataPath()89 user_data_path = CefString(&settings->root_cache_path); in GetUserDataPath()
36 CefString root_cache_path() const { return root_cache_path_; } in root_cache_path() function
147 CefString(&settings.root_cache_path) = root_cache_path_; in GetSettings()
106 CefTestSuite::GetInstance()->root_cache_path())); \
140 CefTestSuite::GetInstance()->root_cache_path())); in TEST()
2877 CefTestSuite::GetInstance()->root_cache_path())); in PreSetupFileTasks()
538 cef_string_clear(&s->root_cache_path); in clear()571 cef_string_set(src->root_cache_path.str, src->root_cache_path.length, in set()572 &target->root_cache_path, copy); in set()
261 cef_string_t root_cache_path; member
68 CefTestSuite::GetInstance()->root_cache_path())); in RunTest()