Searched refs:data_reduction_proxy (Results 101 - 117 of 117) sorted by relevance

12345

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_settings_test_utils.cc5 #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h"
15 #include "components/data_reduction_proxy/browser/data_reduction_proxy_prefs.h"
16 #include "components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h"
17 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers_test_utils.h"
18 #include "components/data_reduction_proxy/common/data_reduction_proxy_pref_names.h"
19 #include "components/data_reduction_proxy/common/data_reduction_proxy_switches.h"
33 namespace data_reduction_proxy { namespace
302 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_tamper_detection.cc5 #include "components/data_reduction_proxy/browser/data_reduction_proxy_tamper_detection.h"
16 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers.h"
40 namespace data_reduction_proxy { namespace
384 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_usage_stats.cc5 #include "components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h"
13 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers.h"
30 namespace data_reduction_proxy { namespace
437 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_auth_request_handler_unittest.cc6 #include "components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h"
14 #include "components/data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.h"
15 #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h"
81 namespace data_reduction_proxy { namespace
318 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_tamper_detection_unittest.cc5 #include "components/data_reduction_proxy/browser/data_reduction_proxy_tamper_detection.h"
17 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers.h"
18 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers_test_utils.h"
92 namespace data_reduction_proxy { namespace
H A Ddata_reduction_proxy_params_unittest.cc5 #include "components/data_reduction_proxy/browser/data_reduction_proxy_params.h"
11 #include "components/data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.h"
12 #include "components/data_reduction_proxy/common/data_reduction_proxy_switches.h"
17 namespace data_reduction_proxy { namespace
1115 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_settings_unittest.cc5 #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings.h"
11 #include "components/data_reduction_proxy/browser/data_reduction_proxy_params.h"
12 #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h"
13 #include "components/data_reduction_proxy/common/data_reduction_proxy_pref_names.h"
14 #include "components/data_reduction_proxy/common/data_reduction_proxy_switches.h"
29 namespace data_reduction_proxy { namespace
427 } // namespace data_reduction_proxy
/external/chromium_org/components/data_reduction_proxy/common/
H A Ddata_reduction_proxy_headers.cc5 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers.h"
49 namespace data_reduction_proxy { namespace
309 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_headers_unittest.cc5 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers.h"
9 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers_test_utils.h"
14 namespace data_reduction_proxy { namespace
876 } // namespace data_reduction_proxy
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.cc84 #include "components/data_reduction_proxy/browser/data_reduction_proxy_params.h"
85 #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings.h"
86 #include "components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h"
631 scoped_ptr<data_reduction_proxy::DataReductionProxyParams>
634 scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>
642 &data_reduction_proxy::DataReductionProxySettings::SetUnreachable,
667 scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>(
668 new data_reduction_proxy::DataReductionProxyStatisticsPrefs(
H A Doff_the_record_profile_io_data.cc169 data_reduction_proxy::prefs::kDataReductionProxyEnabled,
H A Dprofile_io_data.cc56 #include "components/data_reduction_proxy/browser/data_reduction_proxy_config_service.h"
57 #include "components/data_reduction_proxy/browser/data_reduction_proxy_configurator.h"
58 #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings.h"
59 #include "components/data_reduction_proxy/common/data_reduction_proxy_switches.h"
114 #include "components/data_reduction_proxy/common/data_reduction_proxy_switches.h"
869 data_reduction_proxy::switches::kEnableDataReductionProxy);
/external/chromium_org/chrome/browser/
H A Dabout_flags.cc46 #include "components/data_reduction_proxy/common/data_reduction_proxy_switches.h"
1845 data_reduction_proxy::switches::kEnableDataReductionProxyDev,
1846 data_reduction_proxy::switches::kDisableDataReductionProxyDev)
1854 data_reduction_proxy::switches::kEnableDataReductionProxyAlt)
/external/chromium_org/chrome/renderer/
H A Dpage_load_histograms.cc21 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers.h"
180 return data_reduction_proxy::HasDataReductionProxyViaHeader(
/external/chromium_org/chrome/browser/policy/
H A Dconfiguration_policy_handler_list_factory.cc488 data_reduction_proxy::prefs::kDataReductionProxyEnabled,
/external/chromium_org/android_webview/native/
H A Daw_contents.cc49 #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings.h"
84 using data_reduction_proxy::DataReductionProxySettings;
/external/chromium_org/chrome/browser/net/
H A Dpredictor.cc35 #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings.h"
214 if (data_reduction_proxy::DataReductionProxyParams::

Completed in 100 milliseconds

12345