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

12345

/external/chromium_org/chrome/browser/android/
H A Dintercept_download_resource_throttle.cc7 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers.h"
60 data_reduction_proxy::HasDataReductionProxyViaHeader(
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_delegate.cc5 #include "components/data_reduction_proxy/browser/data_reduction_proxy_delegate.h"
11 namespace data_reduction_proxy { namespace
51 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_settings.h17 #include "components/data_reduction_proxy/browser/data_reduction_proxy_configurator.h"
18 #include "components/data_reduction_proxy/browser/data_reduction_proxy_params.h"
19 #include "components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h"
34 namespace data_reduction_proxy { namespace
217 data_reduction_proxy::ProbeURLFetchResult result);
222 data_reduction_proxy::ProxyStartupState state);
320 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_usage_stats_unittest.cc5 #include "components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h"
13 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers_test_utils.h"
31 public data_reduction_proxy::DataReductionProxyParams {
34 data_reduction_proxy::DataReductionProxyParams(0) {}
40 data_reduction_proxy::DataReductionProxyTypeInfo* proxy_info));
44 data_reduction_proxy::DataReductionProxyTypeInfo* proxy_info));
52 namespace data_reduction_proxy { namespace
117 data_reduction_proxy::DataReductionProxyTypeInfo proxy_info;
443 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_delegate.h8 #include "components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h"
22 namespace data_reduction_proxy { namespace
60 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_params_test_utils.h8 #include "components/data_reduction_proxy/browser/data_reduction_proxy_params.h"
10 namespace data_reduction_proxy { namespace
74 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_protocol.h9 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers.h"
26 namespace data_reduction_proxy { namespace
76 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_statistics_prefs.h15 #include "components/data_reduction_proxy/common/data_reduction_proxy_pref_names.h"
24 namespace data_reduction_proxy { namespace
44 // Loads all data_reduction_proxy::prefs into the |pref_map_| and
99 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_tamper_detection.h59 namespace data_reduction_proxy { namespace
154 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_config_service_unittest.cc5 #include "components/data_reduction_proxy/browser/data_reduction_proxy_config_service.h"
33 namespace data_reduction_proxy { namespace
202 base::Bind(&data_reduction_proxy::DataReductionProxyConfigService::
229 base::Bind(&data_reduction_proxy::DataReductionProxyConfigService::
257 base::Bind(&data_reduction_proxy::DataReductionProxyConfigService::
280 base::Bind(&data_reduction_proxy::DataReductionProxyConfigService::
308 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_config_service.h17 #include "components/data_reduction_proxy/browser/data_reduction_proxy_configurator.h"
27 namespace data_reduction_proxy { namespace
87 // A data_reduction_proxy::DataReductionProxyConfigurator implementation that
126 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_usage_stats.h12 #include "components/data_reduction_proxy/browser/data_reduction_proxy_params.h"
13 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers.h"
24 namespace data_reduction_proxy { namespace
166 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_protocol_unittest.cc5 #include "components/data_reduction_proxy/browser/data_reduction_proxy_protocol.h"
14 #include "components/data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.h"
15 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers.h"
16 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers_test_utils.h"
43 namespace data_reduction_proxy { namespace
63 data_reduction_proxy::MaybeBypassProxyAndPrepareToRetry(
835 std::string data_reduction_proxy; local
836 base::TrimString(test_params.DefaultOrigin(), "/", &data_reduction_proxy);
837 data_reduction_proxy_info.UseNamedProxy(data_reduction_proxy);
843 "http=" + data_reduction_proxy
[all...]
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_settings_android.h21 namespace data_reduction_proxy { namespace
79 virtual data_reduction_proxy::DataReductionProxySettings* Settings();
H A Ddata_reduction_proxy_chrome_configurator.h13 #include "components/data_reduction_proxy/browser/data_reduction_proxy_configurator.h"
28 : public data_reduction_proxy::DataReductionProxyConfigurator {
/external/chromium_org/chrome/browser/net/
H A Dchrome_network_delegate.cc33 #include "components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h"
34 #include "components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h"
35 #include "components/data_reduction_proxy/browser/data_reduction_proxy_params.h"
36 #include "components/data_reduction_proxy/browser/data_reduction_proxy_protocol.h"
37 #include "components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h"
38 #include "components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h"
119 data_reduction_proxy::DataReductionProxyRequestType request_type,
121 data_reduction_proxy::DataReductionProxyStatisticsPrefs* statistics_prefs) {
135 data_reduction_proxy::UpdateContentLengthPrefs(
145 data_reduction_proxy
[all...]
/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_context_getter.cc20 #include "components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h"
21 #include "components/data_reduction_proxy/browser/data_reduction_proxy_config_service.h"
22 #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings.h"
46 using data_reduction_proxy::DataReductionProxySettings;
176 scoped_ptr<data_reduction_proxy::DataReductionProxyConfigService>
236 new data_reduction_proxy::DataReductionProxyAuthRequestHandler(
237 data_reduction_proxy::kClientAndroidWebview,
278 data_reduction_proxy::DataReductionProxyAuthRequestHandler*
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.h26 #include "components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h"
27 #include "components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h"
28 #include "components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h"
379 data_reduction_proxy::DataReductionProxyParams* data_reduction_proxy_params()
385 scoped_ptr<data_reduction_proxy::DataReductionProxyParams>
390 data_reduction_proxy::DataReductionProxyUsageStats*
396 scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>
402 data_reduction_proxy::DataReductionProxyStatisticsPrefs*
408 scoped_ptr<data_reduction_proxy::DataReductionProxyUsageStats>
435 data_reduction_proxy
[all...]
/external/chromium_org/components/data_reduction_proxy/common/
H A Ddata_reduction_proxy_headers.h20 namespace data_reduction_proxy { namespace
145 } // namespace data_reduction_proxy
/external/chromium_org/android_webview/native/
H A Daw_contents_statics.cc12 #include "components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h"
23 using data_reduction_proxy::DataReductionProxyAuthRequestHandler;
/external/chromium_org/chrome/browser/
H A Dio_thread.h41 namespace data_reduction_proxy { namespace
203 scoped_ptr<data_reduction_proxy::DataReductionProxyParams>
205 scoped_ptr<data_reduction_proxy::DataReductionProxyAuthRequestHandler>
207 scoped_ptr<data_reduction_proxy::DataReductionProxyDelegate>
H A Dio_thread.cc44 #include "components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h"
45 #include "components/data_reduction_proxy/browser/data_reduction_proxy_delegate.h"
46 #include "components/data_reduction_proxy/browser/data_reduction_proxy_params.h"
47 #include "components/data_reduction_proxy/browser/data_reduction_proxy_prefs.h"
48 #include "components/data_reduction_proxy/browser/data_reduction_proxy_protocol.h"
49 #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings.h"
934 data_reduction_proxy::prefs::kDataReductionProxy, std::string());
936 data_reduction_proxy::RegisterPrefs(registry);
1139 int flags = data_reduction_proxy::DataReductionProxyParams::kAllowed |
1140 data_reduction_proxy
[all...]
/external/chromium_org/components/
H A Ddata_reduction_proxy_common.target.darwin-arm.mk26 components/data_reduction_proxy/common/data_reduction_proxy_headers.cc \
27 components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc \
28 components/data_reduction_proxy/common/data_reduction_proxy_switches.cc
H A Ddata_reduction_proxy_common.target.darwin-arm64.mk26 components/data_reduction_proxy/common/data_reduction_proxy_headers.cc \
27 components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc \
28 components/data_reduction_proxy/common/data_reduction_proxy_switches.cc
H A Ddata_reduction_proxy_common.target.darwin-mips.mk26 components/data_reduction_proxy/common/data_reduction_proxy_headers.cc \
27 components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc \
28 components/data_reduction_proxy/common/data_reduction_proxy_switches.cc

Completed in 6142 milliseconds

12345