Home
last modified time | relevance | path

Searched refs:GetTcpConnectEnd (Results 1 – 25 of 60) sorted by relevance

123

/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttpTransactionShell.h119 virtual mozilla::TimeStamp GetTcpConnectEnd() = 0;
185 virtual mozilla::TimeStamp GetTcpConnectEnd() override; \
H A DNullHttpTransaction.h62 mozilla::TimeStamp GetTcpConnectEnd() { return mTimings.tcpConnectEnd; } in GetTcpConnectEnd() function
H A DTRRServiceChannel.h98 NS_IMETHOD GetTcpConnectEnd(mozilla::TimeStamp* aTcpConnectEnd) override;
H A DTRRServiceChannel.cpp1460 TRRServiceChannel::GetTcpConnectEnd(TimeStamp* _retval) { in GetTcpConnectEnd() function in mozilla::net::TRRServiceChannel
1462 *_retval = mTransaction->GetTcpConnectEnd(); in GetTcpConnectEnd()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DHttpTransactionShell.h118 virtual mozilla::TimeStamp GetTcpConnectEnd() = 0;
194 virtual mozilla::TimeStamp GetTcpConnectEnd() override; \
H A DNullHttpTransaction.h62 mozilla::TimeStamp GetTcpConnectEnd() { return mTimings.tcpConnectEnd; } in GetTcpConnectEnd() function
H A DTRRServiceChannel.h100 NS_IMETHOD GetTcpConnectEnd(mozilla::TimeStamp* aTcpConnectEnd) override;
H A DTRRServiceChannel.cpp1466 TRRServiceChannel::GetTcpConnectEnd(TimeStamp* _retval) { in GetTcpConnectEnd() function in mozilla::net::TRRServiceChannel
1468 *_retval = mTransaction->GetTcpConnectEnd(); in GetTcpConnectEnd()
H A DHttpTransactionChild.cpp498 args.tcpConnectEnd() = mTransaction->GetTcpConnectEnd(); in GetTimingAttributes()
H A DNullHttpChannel.cpp644 NullHttpChannel::GetTcpConnectEnd(mozilla::TimeStamp* aTcpConnectEnd) { in GetTcpConnectEnd() function in mozilla::net::NullHttpChannel
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DHttpTransactionShell.h119 virtual mozilla::TimeStamp GetTcpConnectEnd() = 0;
195 virtual mozilla::TimeStamp GetTcpConnectEnd() override; \
H A DNullHttpTransaction.h62 mozilla::TimeStamp GetTcpConnectEnd() { return mTimings.tcpConnectEnd; } in GetTcpConnectEnd() function
H A DTRRServiceChannel.h103 NS_IMETHOD GetTcpConnectEnd(mozilla::TimeStamp* aTcpConnectEnd) override;
H A DTRRServiceChannel.cpp1450 TRRServiceChannel::GetTcpConnectEnd(TimeStamp* _retval) { in GetTcpConnectEnd() function in mozilla::net::TRRServiceChannel
1452 *_retval = mTransaction->GetTcpConnectEnd(); in GetTcpConnectEnd()
H A DHttpTransactionChild.cpp500 args.tcpConnectEnd() = mTransaction->GetTcpConnectEnd(); in GetTimingAttributes()
H A DNullHttpChannel.cpp644 NullHttpChannel::GetTcpConnectEnd(mozilla::TimeStamp* aTcpConnectEnd) { in GetTcpConnectEnd() function in mozilla::net::NullHttpChannel
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DHttpTransactionShell.h118 virtual mozilla::TimeStamp GetTcpConnectEnd() = 0;
194 virtual mozilla::TimeStamp GetTcpConnectEnd() override; \
H A DNullHttpTransaction.h62 mozilla::TimeStamp GetTcpConnectEnd() { return mTimings.tcpConnectEnd; } in GetTcpConnectEnd() function
H A DTRRServiceChannel.h100 NS_IMETHOD GetTcpConnectEnd(mozilla::TimeStamp* aTcpConnectEnd) override;
H A DTRRServiceChannel.cpp1466 TRRServiceChannel::GetTcpConnectEnd(TimeStamp* _retval) { in GetTcpConnectEnd() function in mozilla::net::TRRServiceChannel
1468 *_retval = mTransaction->GetTcpConnectEnd(); in GetTcpConnectEnd()
H A DHttpTransactionChild.cpp498 args.tcpConnectEnd() = mTransaction->GetTcpConnectEnd(); in GetTimingAttributes()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DNullHttpTransaction.h62 mozilla::TimeStamp GetTcpConnectEnd() { return mTimings.tcpConnectEnd; } in GetTcpConnectEnd() function
H A DnsHttpTransaction.h173 mozilla::TimeStamp GetTcpConnectEnd();
H A DNullHttpChannel.cpp609 NullHttpChannel::GetTcpConnectEnd(mozilla::TimeStamp *aTcpConnectEnd) { in GetTcpConnectEnd() function in mozilla::net::NullHttpChannel
H A DnsHttpChannel.h183 NS_IMETHOD GetTcpConnectEnd(mozilla::TimeStamp *aTcpConnectEnd) override;

123