/external/cronet/net/http/ |
D | http_server_properties_manager_unittest.cc | 939 http_server_props_->SetQuicServerInfo( in TEST_F() 942 http_server_props_->SetQuicServerInfo( in TEST_F() 956 http_server_props_->SetQuicServerInfo( in TEST_F() 994 http_server_props_->SetQuicServerInfo( in TEST_F() 1156 http_server_props_->SetQuicServerInfo( in TEST_F() 1505 http_server_props_->SetQuicServerInfo( in TEST_F() 1624 http_server_props_->SetQuicServerInfo( in TEST_F() 2728 properties->SetQuicServerInfo(kServer1, kNetworkAnonymizationKey1, in TEST_F() 2730 properties->SetQuicServerInfo(kServer2, kNetworkAnonymizationKey2, in TEST_F() 2732 properties->SetQuicServerInfo(kServer1, NetworkAnonymizationKey(), in TEST_F() [all …]
|
D | http_server_properties_unittest.cc | 2728 impl_.SetQuicServerInfo(docs_quic_server_id, NetworkAnonymizationKey(), in TEST_F() 2793 TEST_F(HttpServerPropertiesTest, SetQuicServerInfo) { in TEST_F() argument 2803 impl_.SetQuicServerInfo(server1, NetworkAnonymizationKey(), in TEST_F() 2812 impl_.SetQuicServerInfo(server2, network_anonymization_key1_, in TEST_F() 2823 impl_.SetQuicServerInfo(server1, network_anonymization_key1_, in TEST_F() 2849 properties.SetQuicServerInfo(server1, NetworkAnonymizationKey(), in TEST_F() 2860 properties.SetQuicServerInfo(server1, network_anonymization_key1_, in TEST_F() 2871 properties.SetQuicServerInfo(server2, network_anonymization_key1_, in TEST_F() 2900 impl_.SetQuicServerInfo(foo_server_id, NetworkAnonymizationKey(), in TEST_F() 2906 impl_.SetQuicServerInfo(baz_server_id, NetworkAnonymizationKey(), in TEST_F() [all …]
|
D | http_transaction.h | 166 virtual void SetQuicServerInfo(QuicServerInfo* quic_server_info) = 0;
|
D | http_network_transaction.h | 83 void SetQuicServerInfo(QuicServerInfo* quic_server_info) override;
|
D | http_transaction_test_util.h | 236 void SetQuicServerInfo(QuicServerInfo* quic_server_info) override;
|
D | http_cache_transaction.h | 149 void SetQuicServerInfo(QuicServerInfo* quic_server_info) override;
|
D | http_server_properties.h | 405 void SetQuicServerInfo(
|
D | http_transaction_test_util.cc | 429 void MockNetworkTransaction::SetQuicServerInfo( in SetQuicServerInfo() function in net::MockNetworkTransaction
|
D | http_server_properties.cc | 487 void HttpServerProperties::SetQuicServerInfo( in SetQuicServerInfo() function in net::HttpServerProperties
|
D | http_network_transaction.cc | 460 void HttpNetworkTransaction::SetQuicServerInfo( in SetQuicServerInfo() function in net::HttpNetworkTransaction
|
D | http_cache_transaction.cc | 518 void HttpCache::Transaction::SetQuicServerInfo( in SetQuicServerInfo() function in net::HttpCache::Transaction
|
/external/cronet/net/quic/ |
D | properties_based_quic_server_info.cc | 60 http_server_properties_->SetQuicServerInfo( in Persist()
|