Searched refs:root_cache_path_ (Results 1 – 2 of 2) sorted by relevance
100 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()
36 CefString root_cache_path() const { return root_cache_path_; } in root_cache_path()53 CefString root_cache_path_; variable