Home
last modified time | relevance | path

Searched refs:host_cache_persistence_delay_ms (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/components/cronet/
H A Dcronet_prefs_manager.cc283 int host_cache_persistence_delay_ms, in SetupHostCachePersistence() argument
289 base::Milliseconds(host_cache_persistence_delay_ms), net_log); in SetupHostCachePersistence()
H A Dcronet_prefs_manager.h55 int host_cache_persistence_delay_ms,
H A Durl_request_context_config.h150 int host_cache_persistence_delay_ms = 60000; member
H A Durl_request_context_config.cc611 host_cache_persistence_delay_ms = in SetContextBuilderExperimentalOptions()
613 .value_or(host_cache_persistence_delay_ms); in SetContextBuilderExperimentalOptions()
H A Dcronet_context.cc412 host_cache, context_config_->host_cache_persistence_delay_ms, in BuildDefaultURLRequestContext()