/external/cronet/stable/net/http/ |
D | http_stream_pool.cc | 287 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()
|
D | http_server_properties_manager_unittest.cc | 2033 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 …]
|
D | http_stream_pool.h | 219 bool RequiresHTTP11(const url::SchemeHostPort& destination,
|
D | http_stream_pool_attempt_manager.h | 219 bool RequiresHTTP11();
|
D | http_server_properties.h | 283 bool RequiresHTTP11(const url::SchemeHostPort& server,
|
D | http_server_properties.cc | 247 bool HttpServerProperties::RequiresHTTP11( in RequiresHTTP11() function in net::HttpServerProperties 713 if (RequiresHTTP11(std::move(server), network_anonymization_key)) { in MaybeForceHTTP11Internal()
|
D | http_stream_pool_attempt_manager.cc | 546 bool HttpStreamPool::AttemptManager::RequiresHTTP11() { in RequiresHTTP11() function in net::HttpStreamPool::AttemptManager 547 return pool()->RequiresHTTP11(stream_key().destination(), in RequiresHTTP11()
|
D | http_stream_factory_job.cc | 383 session_->http_server_properties()->RequiresHTTP11( in CanUseExistingSpdySession()
|
D | http_network_transaction_unittest.cc | 11959 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/ |
D | http_stream_pool.cc | 287 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()
|
D | http_server_properties_manager_unittest.cc | 2033 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 …]
|
D | http_stream_pool.h | 219 bool RequiresHTTP11(const url::SchemeHostPort& destination,
|
D | http_stream_pool_attempt_manager.h | 219 bool RequiresHTTP11();
|
D | http_server_properties.h | 283 bool RequiresHTTP11(const url::SchemeHostPort& server,
|
D | http_server_properties.cc | 247 bool HttpServerProperties::RequiresHTTP11( in RequiresHTTP11() function in net::HttpServerProperties 713 if (RequiresHTTP11(std::move(server), network_anonymization_key)) { in MaybeForceHTTP11Internal()
|
D | http_stream_pool_attempt_manager.cc | 546 bool HttpStreamPool::AttemptManager::RequiresHTTP11() { in RequiresHTTP11() function in net::HttpStreamPool::AttemptManager 547 return pool()->RequiresHTTP11(stream_key().destination(), in RequiresHTTP11()
|
D | http_stream_factory_job.cc | 383 session_->http_server_properties()->RequiresHTTP11( in CanUseExistingSpdySession()
|
D | http_network_transaction_unittest.cc | 11959 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/ |
D | spdy_network_transaction_unittest.cc | 4445 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/ |
D | spdy_network_transaction_unittest.cc | 4445 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 …]
|