/external/cronet/stable/net/http/ |
D | http_server_properties.cc | 52 HttpServerProperties::PrefDelegate::~PrefDelegate() = default; 54 HttpServerProperties::ServerInfo::ServerInfo() = default; 55 HttpServerProperties::ServerInfo::ServerInfo(const ServerInfo& server_info) = 57 HttpServerProperties::ServerInfo::ServerInfo(ServerInfo&& server_info) = 59 HttpServerProperties::ServerInfo::~ServerInfo() = default; 61 bool HttpServerProperties::ServerInfo::empty() const { in empty() 66 bool HttpServerProperties::ServerInfo::operator==( in operator ==() 73 HttpServerProperties::ServerInfoMapKey::ServerInfoMapKey( in ServerInfoMapKey() 86 HttpServerProperties::ServerInfoMapKey::~ServerInfoMapKey() = default; 88 bool HttpServerProperties::ServerInfoMapKey::operator<( in operator <() [all …]
|
D | http_server_properties_manager.h | 43 std::unique_ptr<HttpServerProperties::ServerInfoMap> server_info_map, 45 std::unique_ptr<HttpServerProperties::QuicServerInfoMap> 66 std::unique_ptr<HttpServerProperties::PrefDelegate> pref_delegate, 87 std::unique_ptr<HttpServerProperties::ServerInfoMap>* server_info_map, 89 std::unique_ptr<HttpServerProperties::QuicServerInfoMap>* 112 const HttpServerProperties::ServerInfoMap& server_info_map, 115 const HttpServerProperties::QuicServerInfoMap& quic_server_info_map, 136 HttpServerProperties::ServerInfoMap* server_info_map, 165 HttpServerProperties::ServerInfo* server_info); 172 HttpServerProperties::ServerInfo* server_info); [all …]
|
D | http_server_properties_manager_unittest.cc | 74 class MockPrefDelegate : public HttpServerProperties::PrefDelegate { 141 const HttpServerProperties::ServerInfoMap& server_info_map) { in ServerInfoMapToDict() 150 [](std::unique_ptr<HttpServerProperties::ServerInfoMap> in ServerInfoMapToDict() 153 std::unique_ptr<HttpServerProperties::QuicServerInfoMap> in ServerInfoMapToDict() 166 HttpServerProperties::QuicServerInfoMap(10), in ServerInfoMapToDict() 175 std::unique_ptr<HttpServerProperties::ServerInfoMap> DictToServerInfoMap( in DictToServerInfoMap() 181 std::unique_ptr<HttpServerProperties::ServerInfoMap> out; in DictToServerInfoMap() 185 [&](std::unique_ptr<HttpServerProperties::ServerInfoMap> in DictToServerInfoMap() 188 std::unique_ptr<HttpServerProperties::QuicServerInfoMap> in DictToServerInfoMap() 230 http_server_props_ = std::make_unique<HttpServerProperties>( in SetUp() [all …]
|
D | http_server_properties_manager.cc | 75 const HttpServerProperties::ServerInfoMapKey& server_info_key, in GetAlternativeServiceToPersist() 240 std::unique_ptr<HttpServerProperties::PrefDelegate> pref_delegate, in HttpServerPropertiesManager() 269 std::unique_ptr<HttpServerProperties::ServerInfoMap>* server_info_map, in ReadPrefs() 271 std::unique_ptr<HttpServerProperties::QuicServerInfoMap>* in ReadPrefs() 318 *server_info_map = std::make_unique<HttpServerProperties::ServerInfoMap>(); in ReadPrefs() 320 std::make_unique<HttpServerProperties::QuicServerInfoMap>( in ReadPrefs() 458 HttpServerProperties::ServerInfoMap* server_info_map, in AddServerData() 477 HttpServerProperties::ServerInfo server_info; in AddServerData() 485 server_info_map->Put(HttpServerProperties::ServerInfoMapKey( in AddServerData() 604 HttpServerProperties::ServerInfo* server_info) { in ParseAlternativeServiceInfo() [all …]
|
D | http_server_properties_unittest.cc | 50 HttpServerProperties* impl, in AddBrokenAlternativeServiceWithExpirationTime() 74 HttpServerProperties* impl) { in ExpireBrokenAlternateProtocolMappings() 82 HttpServerProperties::ServerInfoMapKey CreateSimpleKey( in CreateSimpleKey() 84 return HttpServerProperties::ServerInfoMapKey( in CreateSimpleKey() 158 HttpServerProperties impl_; 291 HttpServerProperties properties(nullptr /* pref_delegate */, in TEST_F() 339 HttpServerProperties::ServerInfo supports_spdy; in TEST_F() 341 HttpServerProperties::ServerInfo no_spdy; in TEST_F() 350 std::unique_ptr<HttpServerProperties::ServerInfoMap> spdy_servers = in TEST_F() 351 std::make_unique<HttpServerProperties::ServerInfoMap>(); in TEST_F() [all …]
|
D | http_server_properties.h | 99 class NET_EXPORT HttpServerProperties 240 explicit HttpServerProperties( 246 HttpServerProperties(const HttpServerProperties&) = delete; 247 HttpServerProperties& operator=(const HttpServerProperties&) = delete; 249 ~HttpServerProperties() override;
|
D | http_network_session.h | 56 class HttpServerProperties; variable 196 raw_ptr<HttpServerProperties> http_server_properties; 250 HttpServerProperties* http_server_properties() { in http_server_properties() 330 const raw_ptr<HttpServerProperties> http_server_properties_;
|
/external/cronet/tot/net/http/ |
D | http_server_properties.cc | 52 HttpServerProperties::PrefDelegate::~PrefDelegate() = default; 54 HttpServerProperties::ServerInfo::ServerInfo() = default; 55 HttpServerProperties::ServerInfo::ServerInfo(const ServerInfo& server_info) = 57 HttpServerProperties::ServerInfo::ServerInfo(ServerInfo&& server_info) = 59 HttpServerProperties::ServerInfo::~ServerInfo() = default; 61 bool HttpServerProperties::ServerInfo::empty() const { in empty() 66 bool HttpServerProperties::ServerInfo::operator==( in operator ==() 73 HttpServerProperties::ServerInfoMapKey::ServerInfoMapKey( in ServerInfoMapKey() 86 HttpServerProperties::ServerInfoMapKey::~ServerInfoMapKey() = default; 88 bool HttpServerProperties::ServerInfoMapKey::operator<( in operator <() [all …]
|
D | http_server_properties_manager.h | 43 std::unique_ptr<HttpServerProperties::ServerInfoMap> server_info_map, 45 std::unique_ptr<HttpServerProperties::QuicServerInfoMap> 66 std::unique_ptr<HttpServerProperties::PrefDelegate> pref_delegate, 87 std::unique_ptr<HttpServerProperties::ServerInfoMap>* server_info_map, 89 std::unique_ptr<HttpServerProperties::QuicServerInfoMap>* 112 const HttpServerProperties::ServerInfoMap& server_info_map, 115 const HttpServerProperties::QuicServerInfoMap& quic_server_info_map, 136 HttpServerProperties::ServerInfoMap* server_info_map, 165 HttpServerProperties::ServerInfo* server_info); 172 HttpServerProperties::ServerInfo* server_info); [all …]
|
D | http_server_properties_manager_unittest.cc | 74 class MockPrefDelegate : public HttpServerProperties::PrefDelegate { 141 const HttpServerProperties::ServerInfoMap& server_info_map) { in ServerInfoMapToDict() 150 [](std::unique_ptr<HttpServerProperties::ServerInfoMap> in ServerInfoMapToDict() 153 std::unique_ptr<HttpServerProperties::QuicServerInfoMap> in ServerInfoMapToDict() 166 HttpServerProperties::QuicServerInfoMap(10), in ServerInfoMapToDict() 175 std::unique_ptr<HttpServerProperties::ServerInfoMap> DictToServerInfoMap( in DictToServerInfoMap() 181 std::unique_ptr<HttpServerProperties::ServerInfoMap> out; in DictToServerInfoMap() 185 [&](std::unique_ptr<HttpServerProperties::ServerInfoMap> in DictToServerInfoMap() 188 std::unique_ptr<HttpServerProperties::QuicServerInfoMap> in DictToServerInfoMap() 230 http_server_props_ = std::make_unique<HttpServerProperties>( in SetUp() [all …]
|
D | http_server_properties_manager.cc | 75 const HttpServerProperties::ServerInfoMapKey& server_info_key, in GetAlternativeServiceToPersist() 240 std::unique_ptr<HttpServerProperties::PrefDelegate> pref_delegate, in HttpServerPropertiesManager() 269 std::unique_ptr<HttpServerProperties::ServerInfoMap>* server_info_map, in ReadPrefs() 271 std::unique_ptr<HttpServerProperties::QuicServerInfoMap>* in ReadPrefs() 318 *server_info_map = std::make_unique<HttpServerProperties::ServerInfoMap>(); in ReadPrefs() 320 std::make_unique<HttpServerProperties::QuicServerInfoMap>( in ReadPrefs() 458 HttpServerProperties::ServerInfoMap* server_info_map, in AddServerData() 477 HttpServerProperties::ServerInfo server_info; in AddServerData() 485 server_info_map->Put(HttpServerProperties::ServerInfoMapKey( in AddServerData() 604 HttpServerProperties::ServerInfo* server_info) { in ParseAlternativeServiceInfo() [all …]
|
D | http_server_properties_unittest.cc | 50 HttpServerProperties* impl, in AddBrokenAlternativeServiceWithExpirationTime() 74 HttpServerProperties* impl) { in ExpireBrokenAlternateProtocolMappings() 82 HttpServerProperties::ServerInfoMapKey CreateSimpleKey( in CreateSimpleKey() 84 return HttpServerProperties::ServerInfoMapKey( in CreateSimpleKey() 158 HttpServerProperties impl_; 291 HttpServerProperties properties(nullptr /* pref_delegate */, in TEST_F() 339 HttpServerProperties::ServerInfo supports_spdy; in TEST_F() 341 HttpServerProperties::ServerInfo no_spdy; in TEST_F() 350 std::unique_ptr<HttpServerProperties::ServerInfoMap> spdy_servers = in TEST_F() 351 std::make_unique<HttpServerProperties::ServerInfoMap>(); in TEST_F() [all …]
|
D | http_server_properties.h | 99 class NET_EXPORT HttpServerProperties 240 explicit HttpServerProperties( 246 HttpServerProperties(const HttpServerProperties&) = delete; 247 HttpServerProperties& operator=(const HttpServerProperties&) = delete; 249 ~HttpServerProperties() override;
|
D | http_network_session.h | 56 class HttpServerProperties; variable 196 raw_ptr<HttpServerProperties> http_server_properties; 250 HttpServerProperties* http_server_properties() { in http_server_properties() 330 const raw_ptr<HttpServerProperties> http_server_properties_;
|
/external/cronet/stable/net/quic/ |
D | properties_based_quic_server_info.h | 17 class HttpServerProperties; variable 28 HttpServerProperties* http_server_properties); 43 const raw_ptr<HttpServerProperties> http_server_properties_;
|
/external/cronet/tot/net/quic/ |
D | properties_based_quic_server_info.h | 17 class HttpServerProperties; variable 28 HttpServerProperties* http_server_properties); 43 const raw_ptr<HttpServerProperties> http_server_properties_;
|
D | properties_based_quic_server_info.cc | 30 HttpServerProperties* http_server_properties) in PropertiesBasedQuicServerInfo()
|
/external/cronet/tot/net/spdy/ |
D | spdy_session_pool.h | 43 class HttpServerProperties; variable 133 HttpServerProperties* http_server_properties, 300 HttpServerProperties* http_server_properties() { in http_server_properties() 437 raw_ptr<HttpServerProperties> http_server_properties_;
|
/external/cronet/stable/net/spdy/ |
D | spdy_session_pool.h | 43 class HttpServerProperties; variable 133 HttpServerProperties* http_server_properties, 300 HttpServerProperties* http_server_properties() { in http_server_properties() 437 raw_ptr<HttpServerProperties> http_server_properties_;
|
/external/cronet/tot/net/url_request/ |
D | url_request_context.h | 41 class HttpServerProperties; variable 162 HttpServerProperties* http_server_properties() const { in http_server_properties() 286 std::unique_ptr<HttpServerProperties> http_server_properties); 344 std::unique_ptr<HttpServerProperties> http_server_properties_;
|
D | url_request_context_builder.h | 58 class HttpServerProperties; variable 333 std::unique_ptr<HttpServerProperties> http_server_properties); 498 std::unique_ptr<HttpServerProperties> http_server_properties_;
|
/external/cronet/stable/net/url_request/ |
D | url_request_context.h | 41 class HttpServerProperties; variable 162 HttpServerProperties* http_server_properties() const { in http_server_properties() 286 std::unique_ptr<HttpServerProperties> http_server_properties); 344 std::unique_ptr<HttpServerProperties> http_server_properties_;
|
D | url_request_context_builder.h | 58 class HttpServerProperties; variable 333 std::unique_ptr<HttpServerProperties> http_server_properties); 498 std::unique_ptr<HttpServerProperties> http_server_properties_;
|
/external/cronet/stable/net/socket/ |
D | connect_job.h | 80 HttpServerProperties* http_server_properties, 107 raw_ptr<HttpServerProperties> http_server_properties; 294 HttpServerProperties* http_server_properties() { in http_server_properties()
|
/external/cronet/tot/net/socket/ |
D | connect_job.h | 80 HttpServerProperties* http_server_properties, 107 raw_ptr<HttpServerProperties> http_server_properties; 294 HttpServerProperties* http_server_properties() { in http_server_properties()
|