OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetProxyConfigs
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_unittest_android.cc
97
Settings()->
SetProxyConfigs
(true, false, false);
108
Settings()->
SetProxyConfigs
(true, true, false);
112
Settings()->
SetProxyConfigs
(false, false, false);
116
Settings()->
SetProxyConfigs
(false, false, false);
data_reduction_proxy_settings_unittest.h
28
//
SetProxyConfigs
should always call LogProxyState exactly once.
29
virtual void
SetProxyConfigs
(
32
C::
SetProxyConfigs
(enabled, restricted, at_startup);
data_reduction_proxy_settings_android.h
86
virtual void
SetProxyConfigs
(
data_reduction_proxy_settings.h
160
virtual void
SetProxyConfigs
(bool enabled, bool restricted, bool at_startup);
data_reduction_proxy_settings.cc
400
SetProxyConfigs
(true /* enabled */,
417
SetProxyConfigs
(true /* enabled */,
512
SetProxyConfigs
(enabled_by_user_, restricted_by_carrier_, at_startup);
519
void DataReductionProxySettings::
SetProxyConfigs
(
data_reduction_proxy_settings_android.cc
219
void DataReductionProxySettingsAndroid::
SetProxyConfigs
(bool enabled,
data_reduction_proxy_settings_unittest.cc
500
settings_->
SetProxyConfigs
(true, false, true);
518
settings_->
SetProxyConfigs
(true, false, true);
Completed in 38 milliseconds