Home | History | Annotate | Download | only in quic

Lines Matching refs:http_server_properties_

501       http_server_properties_(http_server_properties),
545 if (http_server_properties_ && (!(local_address_ == IPEndPoint()))) {
548 http_server_properties_->SetSupportsQuic(
583 http_server_properties_ &&
584 http_server_properties_->WasAlternateProtocolRecentlyBroken(
876 if (check_persisted_supports_quic_ && http_server_properties_) {
881 if (http_server_properties_->GetSupportsQuic(
913 if (http_server_properties_) {
915 http_server_properties_->GetServerNetworkStats(
988 if (!http_server_properties_)
996 http_server_properties_->SetServerNetworkStats(server_id.host_port_pair(),
1010 if (!http_server_properties_->HasAlternateProtocol(server))
1020 http_server_properties_->GetAlternateProtocol(server);
1029 http_server_properties_->SetBrokenAlternateProtocol(server);
1030 http_server_properties_->ClearAlternateProtocol(server);
1031 http_server_properties_->SetAlternateProtocol(
1034 http_server_properties_->GetAlternateProtocol(server).protocol);
1035 DCHECK(http_server_properties_->WasAlternateProtocolRecentlyBroken(