Searched defs:config_cache (Results 1 – 3 of 3) sorted by relevance
41 static ConfigCacheHelper FromConfigCache(ConfigCache& config_cache) { in FromConfigCache()44 explicit ConfigCacheHelper(ConfigCache& config_cache) : config_cache_(config_cache) {} in ConfigCacheHelper()
34 config_cache: config::Cache, field
785 std::string config_cache; in ConfigureURLRequestContextBuilder() local