OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getparam
(Results
26 - 50
of
324
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/net/http/
http_proxy_client_socket_pool_unittest.cc
65
: session_deps_(
GetParam
().protocol),
90
spdy_util_(
GetParam
().protocol),
105
GURL proxy_url(
GetParam
().proxy_type == HTTP ?
117
if (
GetParam
().proxy_type != HTTP)
126
if (
GetParam
().proxy_type == HTTP)
175
if (
GetParam
().proxy_type == SPDY) {
188
if (
GetParam
().proxy_type != HTTP) {
190
if (
GetParam
().proxy_type == SPDY) {
198
ssl_data_->SetNextProto(
GetParam
().protocol);
334
data_->RunFor(
GetParam
().proxy_type == SPDY ? 2 : 4)
[
all
...]
http_stream_factory_impl_unittest.cc
452
GetParam
(), ProxyService::CreateDirect());
481
GetParam
(), ProxyService::CreateFixed("http_proxy"));
511
GetParam
(), ProxyService::CreateFixed("socks4://socks_proxy:1080"));
541
GetParam
(), ProxyService::CreateDirect());
584
GetParam
(), ProxyService::CreateDirect());
606
GetParam
(), ProxyService::CreateFixedFromPacResult(kProxyString));
645
GetParam
(), ProxyService::CreateDirect());
699
GetParam
(), ProxyService::CreateDirect());
752
GetParam
(), ProxyService::CreateDirect());
779
GetParam
(), ProxyService::CreateDirect())
[
all
...]
/external/chromium/net/http/
http_proxy_client_socket_pool_unittest.cc
108
if (
GetParam
() != HTTP)
114
if (
GetParam
() == HTTP)
151
if (
GetParam
() == SPDY)
163
if (
GetParam
() != HTTP) {
165
if (
GetParam
() == SPDY) {
277
if (
GetParam
() != SPDY) {
296
if (
GetParam
() == SPDY)
366
if (
GetParam
() == SPDY) return;
385
if (
GetParam
() == HTTP) return;
392
if (
GetParam
() == SPDY)
[
all
...]