Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsCCUncollectableMarker.cpp99 MessageBroadcaster* nonLeafMM = strongNonLeafMM; in MarkChildMessageManagers() local
106 if (nonLeafMM) { in MarkChildMessageManagers()
107 MarkChildMessageManagers(nonLeafMM); in MarkChildMessageManagers()
H A DnsContentUtils.cpp7514 RefPtr<MessageBroadcaster> nonLeafMM = MessageBroadcaster::From(childMM); local
7515 if (nonLeafMM) {
7516 if (CallOnAllRemoteChildren(nonLeafMM, aCallback) == CallState::Stop) {
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsCCUncollectableMarker.cpp98 MessageBroadcaster* nonLeafMM = strongNonLeafMM; in MarkChildMessageManagers() local
105 if (nonLeafMM) { in MarkChildMessageManagers()
106 MarkChildMessageManagers(nonLeafMM); in MarkChildMessageManagers()
H A DnsContentUtils.cpp7204 RefPtr<MessageBroadcaster> nonLeafMM = MessageBroadcaster::From(childMM); local
7205 if (nonLeafMM) {
7206 if (CallOnAllRemoteChildren(nonLeafMM, aCallback) == CallState::Stop) {
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsCCUncollectableMarker.cpp97 MessageBroadcaster* nonLeafMM = strongNonLeafMM; in MarkChildMessageManagers() local
104 if (nonLeafMM) { in MarkChildMessageManagers()
105 MarkChildMessageManagers(nonLeafMM); in MarkChildMessageManagers()
H A DnsContentUtils.cpp7479 RefPtr<MessageBroadcaster> nonLeafMM = MessageBroadcaster::From(childMM); local
7480 if (nonLeafMM) {
7481 if (CallOnAllRemoteChildren(nonLeafMM, aCallback) == CallState::Stop) {
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsCCUncollectableMarker.cpp99 MessageBroadcaster* nonLeafMM = strongNonLeafMM; in MarkChildMessageManagers() local
106 if (nonLeafMM) { in MarkChildMessageManagers()
107 MarkChildMessageManagers(nonLeafMM); in MarkChildMessageManagers()
H A DnsContentUtils.cpp7514 RefPtr<MessageBroadcaster> nonLeafMM = MessageBroadcaster::From(childMM); local
7515 if (nonLeafMM) {
7516 if (CallOnAllRemoteChildren(nonLeafMM, aCallback) == CallState::Stop) {
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsCCUncollectableMarker.cpp110 nsIMessageBroadcaster* nonLeafMM = strongNonLeafMM; in MarkChildMessageManagers() local
119 if (nonLeafMM) { in MarkChildMessageManagers()
120 MarkChildMessageManagers(nonLeafMM); in MarkChildMessageManagers()
H A DnsContentUtils.cpp7379 nsCOMPtr<nsIMessageBroadcaster> nonLeafMM = do_QueryInterface(childMM); in CallOnAllRemoteChildren() local
7380 if (nonLeafMM) { in CallOnAllRemoteChildren()
7381 if (CallOnAllRemoteChildren(nonLeafMM, aCallback, aArg)) { in CallOnAllRemoteChildren()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsCCUncollectableMarker.cpp105 nsIMessageBroadcaster* nonLeafMM = strongNonLeafMM; in MarkChildMessageManagers() local
114 if (nonLeafMM) { in MarkChildMessageManagers()
115 MarkChildMessageManagers(nonLeafMM); in MarkChildMessageManagers()
H A DnsContentUtils.cpp7181 nsCOMPtr<nsIMessageBroadcaster> nonLeafMM = do_QueryInterface(childMM); local
7182 if (nonLeafMM) {
7183 if (CallOnAllRemoteChildren(nonLeafMM, aCallback, aArg)) {