OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestDataReductionProxyParams
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_params_test_utils.cc
27
TestDataReductionProxyParams
::
TestDataReductionProxyParams
(
38
bool
TestDataReductionProxyParams
::init_result() const {
43
std::string
TestDataReductionProxyParams
::DefaultDevOrigin() {
47
std::string
TestDataReductionProxyParams
::DefaultDevFallbackOrigin() {
51
std::string
TestDataReductionProxyParams
::DefaultOrigin() {
55
std::string
TestDataReductionProxyParams
::DefaultFallbackOrigin() {
59
std::string
TestDataReductionProxyParams
::DefaultSSLOrigin() {
63
std::string
TestDataReductionProxyParams
::DefaultAltOrigin() {
67
std::string
TestDataReductionProxyParams
::DefaultAltFallbackOrigin()
[
all
...]
data_reduction_proxy_params_unittest.cc
20
void CheckParams(const
TestDataReductionProxyParams
& params,
32
void CheckValues(const
TestDataReductionProxyParams
& params,
49
TestDataReductionProxyParams
params(
53
TestDataReductionProxyParams
::HAS_EVERYTHING);
56
TestDataReductionProxyParams
::DefaultDevOrigin(),
57
TestDataReductionProxyParams
::DefaultDevFallbackOrigin(),
58
TestDataReductionProxyParams
::DefaultSSLOrigin(),
59
TestDataReductionProxyParams
::DefaultAltOrigin(),
60
TestDataReductionProxyParams
::DefaultAltFallbackOrigin(),
61
TestDataReductionProxyParams
::DefaultProbeURL())
[
all
...]
data_reduction_proxy_settings_test_utils.h
63
new
TestDataReductionProxyParams
(
67
TestDataReductionProxyParams
::HAS_EVERYTHING &
68
~
TestDataReductionProxyParams
::HAS_DEV_ORIGIN &
69
~
TestDataReductionProxyParams
::HAS_DEV_FALLBACK_ORIGIN)) {}
71
: C(new
TestDataReductionProxyParams
(flags,
72
TestDataReductionProxyParams
::HAS_EVERYTHING &
73
~
TestDataReductionProxyParams
::HAS_DEV_ORIGIN &
74
~
TestDataReductionProxyParams
::HAS_DEV_FALLBACK_ORIGIN)) {}
166
scoped_ptr<
TestDataReductionProxyParams
> expected_params_;
data_reduction_proxy_auth_request_handler_unittest.cc
131
scoped_ptr<
TestDataReductionProxyParams
> params;
133
new
TestDataReductionProxyParams
(
137
TestDataReductionProxyParams
::HAS_EVERYTHING &
138
~
TestDataReductionProxyParams
::HAS_DEV_ORIGIN &
139
~
TestDataReductionProxyParams
::HAS_DEV_FALLBACK_ORIGIN));
238
scoped_ptr<
TestDataReductionProxyParams
> params;
240
new
TestDataReductionProxyParams
(
244
TestDataReductionProxyParams
::HAS_EVERYTHING &
245
~
TestDataReductionProxyParams
::HAS_DEV_ORIGIN &
246
~
TestDataReductionProxyParams
::HAS_DEV_FALLBACK_ORIGIN))
[
all
...]
data_reduction_proxy_params_test_utils.h
12
class
TestDataReductionProxyParams
: public DataReductionProxyParams {
28
TestDataReductionProxyParams
(int flags,
data_reduction_proxy_protocol_unittest.cc
50
TestDataReductionProxyParams
* test_params,
72
TestDataReductionProxyParams
* test_data_reduction_proxy_params_;
82
new
TestDataReductionProxyParams
(
86
TestDataReductionProxyParams
::HAS_EVERYTHING &
87
~
TestDataReductionProxyParams
::HAS_DEV_ORIGIN &
88
~
TestDataReductionProxyParams
::HAS_DEV_FALLBACK_ORIGIN));
267
scoped_ptr<
TestDataReductionProxyParams
> proxy_params_;
825
TestDataReductionProxyParams
test_params(
829
TestDataReductionProxyParams
::HAS_EVERYTHING &
830
~
TestDataReductionProxyParams
::HAS_DEV_ORIGIN
[
all
...]
data_reduction_proxy_settings_test_utils.cc
114
expected_params_.reset(new
TestDataReductionProxyParams
(
118
TestDataReductionProxyParams
::HAS_EVERYTHING &
119
~
TestDataReductionProxyParams
::HAS_DEV_ORIGIN &
120
~
TestDataReductionProxyParams
::HAS_DEV_FALLBACK_ORIGIN));
data_reduction_proxy_settings_unittest.cc
72
TestDataReductionProxyParams
drp_params(
76
TestDataReductionProxyParams
::HAS_EVERYTHING &
77
~
TestDataReductionProxyParams
::HAS_DEV_ORIGIN &
78
~
TestDataReductionProxyParams
::HAS_DEV_FALLBACK_ORIGIN);
Completed in 446 milliseconds