Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DHttpChannelParent.cpp1369 Unused << DoSendDeleteSelf(); in Delete()
1558 if (NS_WARN_IF(mIPCClosed || !DoSendDeleteSelf())) { in ResumeForDiversion()
1732 Unused << DoSendDeleteSelf(); in NotifyDiversionFailed()
1772 HttpChannelParent::DoSendDeleteSelf() in DoSendDeleteSelf() function in mozilla::net::HttpChannelParent
1785 return DoSendDeleteSelf(); in RecvDeletingChannel()
H A DHttpChannelParent.h189 bool DoSendDeleteSelf();
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DHttpChannelParent.cpp1719 if (!mIPCClosed) Unused << DoSendDeleteSelf(); in Delete()
1964 if (NS_WARN_IF(mIPCClosed || !DoSendDeleteSelf())) { in ResumeForDiversion()
2119 Unused << DoSendDeleteSelf(); in NotifyDiversionFailed()
2165 bool HttpChannelParent::DoSendDeleteSelf() { in DoSendDeleteSelf() function in mozilla::net::HttpChannelParent
2178 if (!DoSendDeleteSelf()) { in RecvDeletingChannel()
H A DHttpChannelParent.h214 MOZ_MUST_USE bool DoSendDeleteSelf();
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DHttpChannelParent.h211 [[nodiscard]] bool DoSendDeleteSelf();
H A DHttpChannelParent.cpp1635 if (!mIPCClosed) Unused << DoSendDeleteSelf(); in Delete()
1844 bool HttpChannelParent::DoSendDeleteSelf() { in DoSendDeleteSelf() function in mozilla::net::HttpChannelParent
1857 if (!DoSendDeleteSelf()) { in RecvDeletingChannel()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DHttpChannelParent.h206 [[nodiscard]] bool DoSendDeleteSelf();
H A DHttpChannelParent.cpp1634 if (!mIPCClosed) Unused << DoSendDeleteSelf(); in Delete()
1843 bool HttpChannelParent::DoSendDeleteSelf() { in DoSendDeleteSelf() function in mozilla::net::HttpChannelParent
1856 if (!DoSendDeleteSelf()) { in RecvDeletingChannel()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DHttpChannelParent.h211 [[nodiscard]] bool DoSendDeleteSelf();
H A DHttpChannelParent.cpp1635 if (!mIPCClosed) Unused << DoSendDeleteSelf(); in Delete()
1844 bool HttpChannelParent::DoSendDeleteSelf() { in DoSendDeleteSelf() function in mozilla::net::HttpChannelParent
1857 if (!DoSendDeleteSelf()) { in RecvDeletingChannel()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttpChannelParent.cpp1972 if (!mIPCClosed) Unused << DoSendDeleteSelf(); in Delete()
2260 if (NS_WARN_IF(mIPCClosed || !DoSendDeleteSelf())) { in ResumeForDiversion()
2414 Unused << DoSendDeleteSelf(); in NotifyDiversionFailed()
2461 bool HttpChannelParent::DoSendDeleteSelf() { in DoSendDeleteSelf() function in mozilla::net::HttpChannelParent
2474 if (!DoSendDeleteSelf()) { in RecvDeletingChannel()
H A DHttpChannelParent.h237 [[nodiscard]] bool DoSendDeleteSelf();