Home
last modified time | relevance | path

Searched refs:root_cache_path_ (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/tests/ceftests/
Dtest_suite.cc100 root_cache_path_ = in CefTestSuite()
102 if (root_cache_path_.empty()) { in CefTestSuite()
105 root_cache_path_ = temp_dir.Take(); in CefTestSuite()
106 RegisterTempDirectory(root_cache_path_); in CefTestSuite()
146 CefString(&settings.cache_path) = root_cache_path_; in GetSettings()
147 CefString(&settings.root_cache_path) = root_cache_path_; in GetSettings()
148 CefString(&settings.user_data_path) = root_cache_path_; in GetSettings()
Dtest_suite.h36 CefString root_cache_path() const { return root_cache_path_; } in root_cache_path()
53 CefString root_cache_path_; variable