OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDataReductionProxyEnabled
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_android.h
49
jboolean
IsDataReductionProxyEnabled
(JNIEnv* env, jobject obj);
data_reduction_proxy_settings.h
115
bool
IsDataReductionProxyEnabled
();
data_reduction_proxy_settings_android.cc
122
jboolean DataReductionProxySettingsAndroid::
IsDataReductionProxyEnabled
(
124
return DataReductionProxySettings::
IsDataReductionProxyEnabled
();
data_reduction_proxy_settings_unittest.cc
334
EXPECT_FALSE(settings_->
IsDataReductionProxyEnabled
());
338
EXPECT_TRUE(settings_->
IsDataReductionProxyEnabled
());
343
EXPECT_TRUE(settings_->
IsDataReductionProxyEnabled
());
data_reduction_proxy_settings.cc
325
bool DataReductionProxySettings::
IsDataReductionProxyEnabled
() {
558
state =
IsDataReductionProxyEnabled
() ? PROXY_ENABLED : PROXY_DISABLED;
Completed in 106 milliseconds