HomeSort by relevance Sort by last modified time
    Searched refs:on_data_reduction_proxy_enabled_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings.cc 161 on_data_reduction_proxy_enabled_ = on_data_reduction_proxy_enabled;
162 on_data_reduction_proxy_enabled_.Run(IsDataReductionProxyEnabled());
352 if (!on_data_reduction_proxy_enabled_.is_null())
353 on_data_reduction_proxy_enabled_.Run(IsDataReductionProxyEnabled());
data_reduction_proxy_settings.h 124 // Sets the |on_data_reduction_proxy_enabled_| callback and runs to register
309 base::Callback<void(bool)> on_data_reduction_proxy_enabled_; member in class:data_reduction_proxy::DataReductionProxySettings

Completed in 1554 milliseconds