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

12345

/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_settings_unittest_android.cc17 #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h"
28 using data_reduction_proxy::DataReductionProxySettings;
51 void data_reduction_proxy::DataReductionProxySettingsTestBase::ResetSettings(
83 void data_reduction_proxy::DataReductionProxySettingsTestBase::SetProbeResult(
109 data_reduction_proxy::DataReductionProxySettingsTestBase::ResetSettings<
117 data_reduction_proxy::DataReductionProxySettingsTestBase::SetProbeResult<
125 : public data_reduction_proxy::ConcreteDataReductionProxySettingsTest<
166 data_reduction_proxy::switches::kDataReductionProxyDev,
181 env_, data_reduction_proxy::prefs::kDailyHttpOriginalContentLength);
185 ASSERT_EQ(static_cast<jsize>(data_reduction_proxy
[all...]
H A Ddata_reduction_proxy_settings_android.cc15 #include "components/data_reduction_proxy/browser/data_reduction_proxy_params.h"
16 #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings.h"
17 #include "components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h"
23 using data_reduction_proxy::DataReductionProxyParams;
24 using data_reduction_proxy::DataReductionProxySettings;
82 data_reduction_proxy::kNumDaysInHistorySummary,
96 env, data_reduction_proxy::prefs::kDailyHttpOriginalContentLength);
103 env, data_reduction_proxy::prefs::kDailyHttpReceivedContentLength);
121 data_reduction_proxy::kNumDaysInHistory);
127 DCHECK_EQ(lengths.size(), data_reduction_proxy
[all...]
H A Ddata_reduction_proxy_chrome_settings_factory.cc10 #include "components/data_reduction_proxy/browser/data_reduction_proxy_params.h"
11 #include "components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h"
17 using data_reduction_proxy::DataReductionProxyParams;
18 using data_reduction_proxy::DataReductionProxyUsageStats;
H A Dproxy_advisor.cc14 #include "components/data_reduction_proxy/browser/data_reduction_proxy_params.h"
15 #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings.h"
33 using data_reduction_proxy::DataReductionProxySettings;
85 data_reduction_proxy::prefs::kDataReductionProxyEnabled,
125 data_reduction_proxy::DataReductionProxyParams params(
126 data_reduction_proxy::DataReductionProxyParams::kAllowed |
127 data_reduction_proxy::DataReductionProxyParams::kFallbackAllowed |
128 data_reduction_proxy::DataReductionProxyParams::kPromoAllowed);
/external/chromium_org/components/data_reduction_proxy/common/
H A Ddata_reduction_proxy_pref_names.h8 namespace data_reduction_proxy { namespace
11 // Alphabetical list of preference names specific to the data_reduction_proxy
33 } // namespace data_reduction_proxy
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_metrics_unittest.cc15 #include "components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h"
16 #include "components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h"
17 #include "components/data_reduction_proxy/common/data_reduction_proxy_pref_names.h"
36 namespace data_reduction_proxy { namespace
51 data_reduction_proxy::prefs::kHttpReceivedContentLength, 0);
53 data_reduction_proxy::prefs::kHttpOriginalContentLength, 0);
55 registry->RegisterListPref(data_reduction_proxy::prefs::
57 registry->RegisterListPref(data_reduction_proxy::prefs::
60 data_reduction_proxy::prefs::
63 data_reduction_proxy
[all...]
H A Ddata_reduction_proxy_metrics.cc5 #include "components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h"
11 #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings.h"
12 #include "components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h"
13 #include "components/data_reduction_proxy/common/data_reduction_proxy_headers.h"
14 #include "components/data_reduction_proxy/common/data_reduction_proxy_pref_names.h"
21 namespace data_reduction_proxy { namespace
352 data_reduction_proxy::prefs::kDailyHttpContentLengthLastUpdateDate);
371 data_reduction_proxy::prefs::kDailyHttpOriginalContentLength,
372 data_reduction_proxy::prefs::kDailyHttpReceivedContentLength,
377 data_reduction_proxy
[all...]
H A Ddata_reduction_proxy_configurator.h12 namespace data_reduction_proxy { namespace
52 } // namespace data_reduction_proxy
H A Ddata_reduction_proxy_metrics.h16 namespace data_reduction_proxy { namespace
62 } // namespace data_reduction_proxy
/external/chromium_org/android_webview/browser/net/
H A Daw_network_delegate.h11 namespace data_reduction_proxy { namespace
33 data_reduction_proxy::DataReductionProxyParams* params) {
38 data_reduction_proxy::DataReductionProxyAuthRequestHandler* handler) {
90 data_reduction_proxy::DataReductionProxyParams* data_reduction_proxy_params_;
91 data_reduction_proxy::DataReductionProxyAuthRequestHandler*
/external/chromium_org/chrome/browser/net/
H A Dchrome_network_delegate.h16 #include "components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h"
38 namespace data_reduction_proxy { namespace
82 const data_reduction_proxy::DataReductionProxyParams* params,
152 data_reduction_proxy::DataReductionProxyParams* params) {
159 data_reduction_proxy::DataReductionProxyUsageStats* usage_stats) {
166 data_reduction_proxy::DataReductionProxyAuthRequestHandler* handler) {
173 data_reduction_proxy::DataReductionProxyStatisticsPrefs*
281 data_reduction_proxy::DataReductionProxyRequestType request_type);
328 data_reduction_proxy::DataReductionProxyParams* data_reduction_proxy_params_;
331 data_reduction_proxy
[all...]
/external/chromium_org/android_webview/browser/
H A Daw_browser_context.cc19 #include "components/data_reduction_proxy/browser/data_reduction_proxy_config_service.h"
20 #include "components/data_reduction_proxy/browser/data_reduction_proxy_params.h"
21 #include "components/data_reduction_proxy/browser/data_reduction_proxy_prefs.h"
22 #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings.h"
23 #include "components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h"
36 using data_reduction_proxy::DataReductionProxyConfigService;
37 using data_reduction_proxy::DataReductionProxySettings;
120 new data_reduction_proxy::DataReductionProxyParams(
121 data_reduction_proxy::DataReductionProxyParams::kAllowed)));
129 new data_reduction_proxy
[all...]
H A Daw_browser_context.h31 namespace data_reduction_proxy { namespace
89 data_reduction_proxy::DataReductionProxySettings*
140 scoped_ptr<data_reduction_proxy::DataReductionProxyConfigurator>
142 scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>
144 scoped_ptr<data_reduction_proxy::DataReductionProxySettings>
/external/chromium_org/components/
H A Ddata_reduction_proxy_browser.target.darwin-arm.mk27 components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc \
28 components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc \
29 components/data_reduction_proxy/browser/data_reduction_proxy_delegate.cc \
30 components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc \
31 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc \
32 components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc \
33 components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc \
34 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc \
35 components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc \
36 components/data_reduction_proxy/browse
[all...]
H A Ddata_reduction_proxy_browser.target.darwin-arm64.mk27 components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc \
28 components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc \
29 components/data_reduction_proxy/browser/data_reduction_proxy_delegate.cc \
30 components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc \
31 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc \
32 components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc \
33 components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc \
34 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc \
35 components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc \
36 components/data_reduction_proxy/browse
[all...]
H A Ddata_reduction_proxy_browser.target.darwin-mips.mk27 components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc \
28 components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc \
29 components/data_reduction_proxy/browser/data_reduction_proxy_delegate.cc \
30 components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc \
31 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc \
32 components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc \
33 components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc \
34 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc \
35 components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc \
36 components/data_reduction_proxy/browse
[all...]
H A Ddata_reduction_proxy_browser.target.darwin-mips64.mk27 components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc \
28 components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc \
29 components/data_reduction_proxy/browser/data_reduction_proxy_delegate.cc \
30 components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc \
31 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc \
32 components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc \
33 components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc \
34 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc \
35 components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc \
36 components/data_reduction_proxy/browse
[all...]
H A Ddata_reduction_proxy_browser.target.darwin-x86.mk27 components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc \
28 components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc \
29 components/data_reduction_proxy/browser/data_reduction_proxy_delegate.cc \
30 components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc \
31 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc \
32 components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc \
33 components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc \
34 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc \
35 components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc \
36 components/data_reduction_proxy/browse
[all...]
H A Ddata_reduction_proxy_browser.target.darwin-x86_64.mk27 components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc \
28 components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc \
29 components/data_reduction_proxy/browser/data_reduction_proxy_delegate.cc \
30 components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc \
31 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc \
32 components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc \
33 components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc \
34 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc \
35 components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc \
36 components/data_reduction_proxy/browse
[all...]
H A Ddata_reduction_proxy_browser.target.linux-arm.mk27 components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc \
28 components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc \
29 components/data_reduction_proxy/browser/data_reduction_proxy_delegate.cc \
30 components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc \
31 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc \
32 components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc \
33 components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc \
34 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc \
35 components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc \
36 components/data_reduction_proxy/browse
[all...]
H A Ddata_reduction_proxy_browser.target.linux-arm64.mk27 components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc \
28 components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc \
29 components/data_reduction_proxy/browser/data_reduction_proxy_delegate.cc \
30 components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc \
31 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc \
32 components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc \
33 components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc \
34 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc \
35 components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc \
36 components/data_reduction_proxy/browse
[all...]
H A Ddata_reduction_proxy_browser.target.linux-mips.mk27 components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc \
28 components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc \
29 components/data_reduction_proxy/browser/data_reduction_proxy_delegate.cc \
30 components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc \
31 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc \
32 components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc \
33 components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc \
34 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc \
35 components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc \
36 components/data_reduction_proxy/browse
[all...]
H A Ddata_reduction_proxy_browser.target.linux-mips64.mk27 components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc \
28 components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc \
29 components/data_reduction_proxy/browser/data_reduction_proxy_delegate.cc \
30 components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc \
31 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc \
32 components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc \
33 components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc \
34 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc \
35 components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc \
36 components/data_reduction_proxy/browse
[all...]
H A Ddata_reduction_proxy_browser.target.linux-x86.mk27 components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc \
28 components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc \
29 components/data_reduction_proxy/browser/data_reduction_proxy_delegate.cc \
30 components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc \
31 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc \
32 components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc \
33 components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc \
34 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc \
35 components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc \
36 components/data_reduction_proxy/browse
[all...]
H A Ddata_reduction_proxy_browser.target.linux-x86_64.mk27 components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc \
28 components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc \
29 components/data_reduction_proxy/browser/data_reduction_proxy_delegate.cc \
30 components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc \
31 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc \
32 components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc \
33 components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc \
34 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc \
35 components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc \
36 components/data_reduction_proxy/browse
[all...]

Completed in 1054 milliseconds

12345