Home
last modified time | relevance | path

Searched refs:RequiresHTTP11 (Results 1 – 20 of 20) sorted by relevance

/external/cronet/stable/net/http/
Dhttp_stream_pool.cc287 bool HttpStreamPool::RequiresHTTP11( in RequiresHTTP11() function in net::HttpStreamPool
290 return http_network_session()->http_server_properties()->RequiresHTTP11( in RequiresHTTP11()
317 !RequiresHTTP11(destination, network_anonymization_key) && in CanUseQuic()
446 if (RequiresHTTP11(stream_key.destination(), in FindAvailableSpdySession()
Dhttp_server_properties_manager_unittest.cc2033 EXPECT_FALSE(properties->RequiresHTTP11(kServer1, NetworkAnonymizationKey())); in TEST_F()
2036 EXPECT_FALSE(properties->RequiresHTTP11(kServer2, NetworkAnonymizationKey())); in TEST_F()
2041 EXPECT_TRUE(properties->RequiresHTTP11(kServer1, NetworkAnonymizationKey())); in TEST_F()
2044 EXPECT_TRUE(properties->RequiresHTTP11(kServer2, NetworkAnonymizationKey())); in TEST_F()
2074 EXPECT_FALSE(properties->RequiresHTTP11(kServer1, NetworkAnonymizationKey())); in TEST_F()
2079 EXPECT_TRUE(properties->RequiresHTTP11(kServer1, NetworkAnonymizationKey())); in TEST_F()
2082 EXPECT_FALSE(properties->RequiresHTTP11(kServer2, NetworkAnonymizationKey())); in TEST_F()
2085 EXPECT_TRUE(properties->RequiresHTTP11(kServer3, NetworkAnonymizationKey())); in TEST_F()
2092 EXPECT_TRUE(properties->RequiresHTTP11(kServer1, NetworkAnonymizationKey())); in TEST_F()
2095 EXPECT_FALSE(properties->RequiresHTTP11(kServer2, NetworkAnonymizationKey())); in TEST_F()
[all …]
Dhttp_stream_pool.h219 bool RequiresHTTP11(const url::SchemeHostPort& destination,
Dhttp_stream_pool_attempt_manager.h219 bool RequiresHTTP11();
Dhttp_server_properties.h283 bool RequiresHTTP11(const url::SchemeHostPort& server,
Dhttp_server_properties.cc247 bool HttpServerProperties::RequiresHTTP11( in RequiresHTTP11() function in net::HttpServerProperties
713 if (RequiresHTTP11(std::move(server), network_anonymization_key)) { in MaybeForceHTTP11Internal()
Dhttp_stream_pool_attempt_manager.cc546 bool HttpStreamPool::AttemptManager::RequiresHTTP11() { in RequiresHTTP11() function in net::HttpStreamPool::AttemptManager
547 return pool()->RequiresHTTP11(stream_key().destination(), in RequiresHTTP11()
Dhttp_stream_factory_job.cc383 session_->http_server_properties()->RequiresHTTP11( in CanUseExistingSpdySession()
Dhttp_network_transaction_unittest.cc11959 EXPECT_TRUE(session->http_server_properties()->RequiresHTTP11( in TEST_P()
12120 EXPECT_FALSE(session->http_server_properties()->RequiresHTTP11( in TEST_P()
12122 EXPECT_TRUE(session->http_server_properties()->RequiresHTTP11( in TEST_P()
12277 EXPECT_FALSE(session->http_server_properties()->RequiresHTTP11( in TEST_P()
12328 EXPECT_TRUE(session->http_server_properties()->RequiresHTTP11( in TEST_P()
/external/cronet/tot/net/http/
Dhttp_stream_pool.cc287 bool HttpStreamPool::RequiresHTTP11( in RequiresHTTP11() function in net::HttpStreamPool
290 return http_network_session()->http_server_properties()->RequiresHTTP11( in RequiresHTTP11()
317 !RequiresHTTP11(destination, network_anonymization_key) && in CanUseQuic()
446 if (RequiresHTTP11(stream_key.destination(), in FindAvailableSpdySession()
Dhttp_server_properties_manager_unittest.cc2033 EXPECT_FALSE(properties->RequiresHTTP11(kServer1, NetworkAnonymizationKey())); in TEST_F()
2036 EXPECT_FALSE(properties->RequiresHTTP11(kServer2, NetworkAnonymizationKey())); in TEST_F()
2041 EXPECT_TRUE(properties->RequiresHTTP11(kServer1, NetworkAnonymizationKey())); in TEST_F()
2044 EXPECT_TRUE(properties->RequiresHTTP11(kServer2, NetworkAnonymizationKey())); in TEST_F()
2074 EXPECT_FALSE(properties->RequiresHTTP11(kServer1, NetworkAnonymizationKey())); in TEST_F()
2079 EXPECT_TRUE(properties->RequiresHTTP11(kServer1, NetworkAnonymizationKey())); in TEST_F()
2082 EXPECT_FALSE(properties->RequiresHTTP11(kServer2, NetworkAnonymizationKey())); in TEST_F()
2085 EXPECT_TRUE(properties->RequiresHTTP11(kServer3, NetworkAnonymizationKey())); in TEST_F()
2092 EXPECT_TRUE(properties->RequiresHTTP11(kServer1, NetworkAnonymizationKey())); in TEST_F()
2095 EXPECT_FALSE(properties->RequiresHTTP11(kServer2, NetworkAnonymizationKey())); in TEST_F()
[all …]
Dhttp_stream_pool.h219 bool RequiresHTTP11(const url::SchemeHostPort& destination,
Dhttp_stream_pool_attempt_manager.h219 bool RequiresHTTP11();
Dhttp_server_properties.h283 bool RequiresHTTP11(const url::SchemeHostPort& server,
Dhttp_server_properties.cc247 bool HttpServerProperties::RequiresHTTP11( in RequiresHTTP11() function in net::HttpServerProperties
713 if (RequiresHTTP11(std::move(server), network_anonymization_key)) { in MaybeForceHTTP11Internal()
Dhttp_stream_pool_attempt_manager.cc546 bool HttpStreamPool::AttemptManager::RequiresHTTP11() { in RequiresHTTP11() function in net::HttpStreamPool::AttemptManager
547 return pool()->RequiresHTTP11(stream_key().destination(), in RequiresHTTP11()
Dhttp_stream_factory_job.cc383 session_->http_server_properties()->RequiresHTTP11( in CanUseExistingSpdySession()
Dhttp_network_transaction_unittest.cc11959 EXPECT_TRUE(session->http_server_properties()->RequiresHTTP11( in TEST_P()
12120 EXPECT_FALSE(session->http_server_properties()->RequiresHTTP11( in TEST_P()
12122 EXPECT_TRUE(session->http_server_properties()->RequiresHTTP11( in TEST_P()
12277 EXPECT_FALSE(session->http_server_properties()->RequiresHTTP11( in TEST_P()
12328 EXPECT_TRUE(session->http_server_properties()->RequiresHTTP11( in TEST_P()
/external/cronet/stable/net/spdy/
Dspdy_network_transaction_unittest.cc4445 EXPECT_FALSE(http_server_properties->RequiresHTTP11( in TEST_P()
4452 EXPECT_TRUE(http_server_properties->RequiresHTTP11( in TEST_P()
4543 EXPECT_FALSE(http_server_properties->RequiresHTTP11( in TEST_P()
4572 EXPECT_TRUE(http_server_properties->RequiresHTTP11( in TEST_P()
4577 EXPECT_FALSE(http_server_properties->RequiresHTTP11( in TEST_P()
4654 EXPECT_FALSE(http_server_properties->RequiresHTTP11( in TEST_P()
4661 EXPECT_TRUE(http_server_properties->RequiresHTTP11( in TEST_P()
4772 EXPECT_FALSE(http_server_properties->RequiresHTTP11( in TEST_P()
4802 EXPECT_TRUE(http_server_properties->RequiresHTTP11( in TEST_P()
4805 EXPECT_FALSE(http_server_properties->RequiresHTTP11( in TEST_P()
[all …]
/external/cronet/tot/net/spdy/
Dspdy_network_transaction_unittest.cc4445 EXPECT_FALSE(http_server_properties->RequiresHTTP11( in TEST_P()
4452 EXPECT_TRUE(http_server_properties->RequiresHTTP11( in TEST_P()
4543 EXPECT_FALSE(http_server_properties->RequiresHTTP11( in TEST_P()
4572 EXPECT_TRUE(http_server_properties->RequiresHTTP11( in TEST_P()
4577 EXPECT_FALSE(http_server_properties->RequiresHTTP11( in TEST_P()
4654 EXPECT_FALSE(http_server_properties->RequiresHTTP11( in TEST_P()
4661 EXPECT_TRUE(http_server_properties->RequiresHTTP11( in TEST_P()
4772 EXPECT_FALSE(http_server_properties->RequiresHTTP11( in TEST_P()
4802 EXPECT_TRUE(http_server_properties->RequiresHTTP11( in TEST_P()
4805 EXPECT_FALSE(http_server_properties->RequiresHTTP11( in TEST_P()
[all …]