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

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings.cc 104 spdy_proxy_auth_enabled_.Destroy();
110 spdy_proxy_auth_enabled_.Init(
172 return spdy_proxy_auth_enabled_.GetValue() || IsEnabledOnCommandLine();
181 return spdy_proxy_auth_enabled_.IsManaged();
190 if (spdy_proxy_auth_enabled_.GetValue() != enabled) {
191 spdy_proxy_auth_enabled_.SetValue(enabled);
387 if (spdy_proxy_auth_enabled_.GetValue() &&
data_reduction_proxy_settings.h 301 BooleanPrefMember spdy_proxy_auth_enabled_; member in class:data_reduction_proxy::DataReductionProxySettings
data_reduction_proxy_settings_unittest.cc 229 settings_->spdy_proxy_auth_enabled_.Init(
278 settings_->spdy_proxy_auth_enabled_.Init(

Completed in 53 milliseconds