OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDataReductionProxyAllowed
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings.cc
115
if (
IsDataReductionProxyAllowed
())
131
if (!
IsDataReductionProxyAllowed
())
228
bool DataReductionProxySettings::
IsDataReductionProxyAllowed
() {
236
(
IsDataReductionProxyAllowed
() &&
243
if (!
IsDataReductionProxyAllowed
())
354
if (!
IsDataReductionProxyAllowed
())
430
DCHECK(
IsDataReductionProxyAllowed
());
436
if (!DataReductionProxySettings::
IsDataReductionProxyAllowed
())
557
if (
IsDataReductionProxyAllowed
())
618
if (!
IsDataReductionProxyAllowed
())
[
all
...]
data_reduction_proxy_settings_android.h
45
jboolean
IsDataReductionProxyAllowed
(JNIEnv* env, jobject obj);
data_reduction_proxy_settings.h
80
static bool
IsDataReductionProxyAllowed
();
data_reduction_proxy_settings_android.cc
105
jboolean DataReductionProxySettingsAndroid::
IsDataReductionProxyAllowed
(
107
return DataReductionProxySettings::
IsDataReductionProxyAllowed
();
/external/chromium_org/chrome/browser/
io_thread.cc
580
if (DataReductionProxySettings::
IsDataReductionProxyAllowed
()) {
[
all
...]
Completed in 80 milliseconds