Home
last modified time | relevance | path

Searched refs:disable_offline_check (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/
H A Dcronet_url_request_context.h152 bool disable_offline_check);
193 bool disable_offline_check);
H A Dcronet_url_request_context.cc197 bool disable_offline_check) { in ConfigureNetworkQualityEstimatorForTesting() argument
204 disable_offline_check); in ConfigureNetworkQualityEstimatorForTesting()
210 bool disable_offline_check) { in ConfigureNetworkQualityEstimatorForTesting() argument
216 use_smaller_responses, disable_offline_check)); in ConfigureNetworkQualityEstimatorForTesting()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/nqe/
H A Dnetwork_quality_store.h73 void DisableOfflineCheckForTesting(bool disable_offline_check);
H A Dnetwork_quality_estimator.h229 void DisableOfflineCheckForTesting(bool disable_offline_check);
H A Dnetwork_quality_estimator.cc464 bool disable_offline_check) { in DisableOfflineCheckForTesting() argument
466 disable_offline_check_ = disable_offline_check; in DisableOfflineCheckForTesting()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/nqe/
H A Dnetwork_quality_store.h73 void DisableOfflineCheckForTesting(bool disable_offline_check);
H A Dnetwork_quality_estimator.h230 void DisableOfflineCheckForTesting(bool disable_offline_check);
H A Dnetwork_quality_estimator.cc476 bool disable_offline_check) { in DisableOfflineCheckForTesting() argument
478 disable_offline_check_ = disable_offline_check; in DisableOfflineCheckForTesting()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/
H A Dcronet_url_request_context_adapter.cc114 jboolean disable_offline_check) { in ConfigureNetworkQualityEstimatorForTesting() argument
117 disable_offline_check == JNI_TRUE); in ConfigureNetworkQualityEstimatorForTesting()
H A Dcronet_url_request_context_adapter.h104 jboolean disable_offline_check);