Home
last modified time | relevance | path

Searched refs:IsHttp3Used (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DHttpTransactionShell.h137 virtual bool IsHttp3Used() = 0;
208 virtual bool IsHttp3Used() override; \
H A DHttpTransactionParent.cpp335 bool HttpTransactionParent::IsHttp3Used() { return mIsHttp3Used; } in IsHttp3Used() function in mozilla::net::HttpTransactionParent
H A DnsHttpTransaction.cpp1009 bool nsHttpTransaction::IsHttp3Used() { return mIsHttp3Used; } in IsHttp3Used() function in mozilla::net::nsHttpTransaction
H A DnsHttpChannel.cpp6741 (mTransaction->IsHttp3Used()) ? "http3"_ns : "no_http3"_ns, in OnStartRequest()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DHttpTransactionShell.h138 virtual bool IsHttp3Used() = 0;
209 virtual bool IsHttp3Used() override; \
H A DHttpTransactionParent.cpp337 bool HttpTransactionParent::IsHttp3Used() { return mIsHttp3Used; } in IsHttp3Used() function in mozilla::net::HttpTransactionParent
H A DnsHttpTransaction.cpp990 bool nsHttpTransaction::IsHttp3Used() { return mIsHttp3Used; } in IsHttp3Used() function in mozilla::net::nsHttpTransaction
H A DnsHttpChannel.cpp6771 (mTransaction->IsHttp3Used()) ? "http3"_ns : "no_http3"_ns, in OnStartRequest()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DHttpTransactionShell.h137 virtual bool IsHttp3Used() = 0;
208 virtual bool IsHttp3Used() override; \
H A DHttpTransactionParent.cpp335 bool HttpTransactionParent::IsHttp3Used() { return mIsHttp3Used; } in IsHttp3Used() function in mozilla::net::HttpTransactionParent
H A DnsHttpTransaction.cpp1009 bool nsHttpTransaction::IsHttp3Used() { return mIsHttp3Used; } in IsHttp3Used() function in mozilla::net::nsHttpTransaction
H A DnsHttpChannel.cpp6741 (mTransaction->IsHttp3Used()) ? "http3"_ns : "no_http3"_ns, in OnStartRequest()