Searched refs:holdback (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_settings_test_utils.h123 bool holdback);
128 bool holdback) = 0;
184 bool holdback) OVERRIDE {
186 allowed, fallback_allowed, alt_allowed, promo_allowed, holdback);
H A Ddata_reduction_proxy_settings_test_utils.cc128 bool holdback) {
138 if (holdback)
163 bool holdback);
124 ResetSettings(bool allowed, bool fallback_allowed, bool alt_allowed, bool promo_allowed, bool holdback) argument
H A Ddata_reduction_proxy_params.h50 // allowed to be shown, and if this instance is part of a holdback experiment.
76 // Returns true if this client is part of a field trial that runs a holdback
77 // experiment. A holdback experiment is one in which a fraction of browser
79 // users have enabled it to be used. The UI will not indicate that a holdback
226 bool holdback() const { function in class:data_reduction_proxy::DataReductionProxyParams
H A Ddata_reduction_proxy_settings.cc417 if (enabled & !params_->holdback()) {
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_settings_unittest_android.cc56 bool holdback) {
66 if (holdback)
114 bool holdback);
51 ResetSettings( bool allowed, bool fallback_allowed, bool alt_allowed, bool promo_allowed, bool holdback) argument

Completed in 90 milliseconds