Home
last modified time | relevance | path

Searched defs:root_cache_path (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef/browser/
Dcontext.cc136 const base::FilePath& root_cache_path) { in ValidateCachePath()
162 const base::FilePath& root_cache_path) { in NormalizeCachePathAndSet()
338 const base::FilePath& root_cache_path = in Initialize() local
447 const base::FilePath& root_cache_path = CefString(&settings_.root_cache_path); in NormalizeRequestContextSettings() local
/third_party/cef/tests/ceftests/
Dtest_suite.h36 CefString root_cache_path() const { return root_cache_path_; } in root_cache_path() function
/third_party/cef/libcef/browser/alloy/
Dchrome_browser_process_alloy.cc173 const base::FilePath& root_cache_path = in local_state() local
Dalloy_content_browser_client.cc1351 const auto& root_cache_path = GetRootCachePath(); in GetNetworkContextsParentDirectory() local
/third_party/cef/include/internal/
Dcef_types.h261 cef_string_t root_cache_path; member