Home
last modified time | relevance | path

Searched refs:root_cache_path (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/libcef/browser/
Dcontext.cc136 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()
[all …]
/third_party/cef/libcef/browser/alloy/
Dchrome_browser_process_alloy.cc173 const base::FilePath& root_cache_path = in local_state() local
174 base::FilePath(CefString(&settings.root_cache_path)); in local_state()
180 browser_prefs::CreatePrefService(nullptr /* profile */, root_cache_path, in local_state()
Dalloy_content_browser_client.cc488 CefString(&CefContext::Get()->settings().root_cache_path)); in GetRootCachePath()
1351 const auto& root_cache_path = GetRootCachePath(); in GetNetworkContextsParentDirectory() local
1355 if (root_cache_path.empty() || user_data_path.IsParent(root_cache_path)) { in GetNetworkContextsParentDirectory()
1359 return {user_data_path, root_cache_path}; in GetNetworkContextsParentDirectory()
/third_party/cef/libcef/common/
Dresource_util.cc88 if (cef::IsChromeRuntimeEnabled() && settings->root_cache_path.length > 0) { in GetUserDataPath()
89 user_data_path = CefString(&settings->root_cache_path); in GetUserDataPath()
/third_party/cef/tests/ceftests/
Dtest_suite.h36 CefString root_cache_path() const { return root_cache_path_; } in root_cache_path() function
Dtest_suite.cc147 CefString(&settings.root_cache_path) = root_cache_path_; in GetSettings()
Dtest_util.h106 CefTestSuite::GetInstance()->root_cache_path())); \
Drequest_context_unittest.cc140 CefTestSuite::GetInstance()->root_cache_path())); in TEST()
Durlrequest_unittest.cc2877 CefTestSuite::GetInstance()->root_cache_path())); in PreSetupFileTasks()
/third_party/cef/include/internal/
Dcef_types_wrappers.h538 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()
Dcef_types.h261 cef_string_t root_cache_path; member
/third_party/cef/tests/ceftests/extensions/
Dextension_test_handler.cc68 CefTestSuite::GetInstance()->root_cache_path())); in RunTest()