/dports/www/firefox/firefox-99.0/dom/events/ |
H A D | DOMEventTargetHelper.cpp | 93 mIsKeptAlive(false) {} in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION() 99 mIsKeptAlive(false) { in DOMEventTargetHelper() 108 mIsKeptAlive(false) { in DOMEventTargetHelper() 116 mIsKeptAlive(false) { in DOMEventTargetHelper() 270 if (shouldBeKeptAlive == mIsKeptAlive) { in MaybeUpdateKeepAlive() 274 mIsKeptAlive = shouldBeKeptAlive; in MaybeUpdateKeepAlive() 275 if (mIsKeptAlive) { in MaybeUpdateKeepAlive() 283 if (mIsKeptAlive) { in MaybeDontKeepAlive() 284 mIsKeptAlive = false; in MaybeDontKeepAlive()
|
H A D | DOMEventTargetHelper.h | 153 virtual bool IsCertainlyAliveForCC() const { return mIsKeptAlive; } in IsCertainlyAliveForCC() 179 bool mIsKeptAlive; variable
|
/dports/www/firefox-esr/firefox-91.8.0/dom/events/ |
H A D | DOMEventTargetHelper.cpp | 94 mIsKeptAlive(false) {} in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION() 100 mIsKeptAlive(false) { in DOMEventTargetHelper() 109 mIsKeptAlive(false) { in DOMEventTargetHelper() 117 mIsKeptAlive(false) { in DOMEventTargetHelper() 291 if (shouldBeKeptAlive == mIsKeptAlive) { in MaybeUpdateKeepAlive() 295 mIsKeptAlive = shouldBeKeptAlive; in MaybeUpdateKeepAlive() 296 if (mIsKeptAlive) { in MaybeUpdateKeepAlive() 304 if (mIsKeptAlive) { in MaybeDontKeepAlive() 305 mIsKeptAlive = false; in MaybeDontKeepAlive()
|
H A D | DOMEventTargetHelper.h | 151 virtual bool IsCertainlyAliveForCC() const { return mIsKeptAlive; } in IsCertainlyAliveForCC() 182 bool mIsKeptAlive; variable
|
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/ |
H A D | DOMEventTargetHelper.cpp | 94 mIsKeptAlive(false) {} in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION() 100 mIsKeptAlive(false) { in DOMEventTargetHelper() 109 mIsKeptAlive(false) { in DOMEventTargetHelper() 117 mIsKeptAlive(false) { in DOMEventTargetHelper() 291 if (shouldBeKeptAlive == mIsKeptAlive) { in MaybeUpdateKeepAlive() 295 mIsKeptAlive = shouldBeKeptAlive; in MaybeUpdateKeepAlive() 296 if (mIsKeptAlive) { in MaybeUpdateKeepAlive() 304 if (mIsKeptAlive) { in MaybeDontKeepAlive() 305 mIsKeptAlive = false; in MaybeDontKeepAlive()
|
H A D | DOMEventTargetHelper.h | 151 virtual bool IsCertainlyAliveForCC() const { return mIsKeptAlive; } in IsCertainlyAliveForCC() 182 bool mIsKeptAlive; variable
|
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/ |
H A D | DOMEventTargetHelper.h | 45 mIsKeptAlive(false) {} in DOMEventTargetHelper() 50 mIsKeptAlive(false) { in DOMEventTargetHelper() 58 mIsKeptAlive(false) { in DOMEventTargetHelper() 65 mIsKeptAlive(false) { in DOMEventTargetHelper() 171 virtual bool IsCertainlyAliveForCC() const { return mIsKeptAlive; } in IsCertainlyAliveForCC() 202 bool mIsKeptAlive; variable
|
H A D | DOMEventTargetHelper.cpp | 255 if (shouldBeKeptAlive == mIsKeptAlive) { in MaybeUpdateKeepAlive() 259 mIsKeptAlive = shouldBeKeptAlive; in MaybeUpdateKeepAlive() 260 if (mIsKeptAlive) { in MaybeUpdateKeepAlive() 268 if (mIsKeptAlive) { in MaybeDontKeepAlive() 269 mIsKeptAlive = false; in MaybeDontKeepAlive()
|
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/ |
H A D | DOMEventTargetHelper.h | 42 mIsKeptAlive(false) {} in DOMEventTargetHelper() 47 mIsKeptAlive(false) { in DOMEventTargetHelper() 54 mIsKeptAlive(false) { in DOMEventTargetHelper() 61 mIsKeptAlive(false) { in DOMEventTargetHelper() 167 virtual bool IsCertainlyAliveForCC() const { return mIsKeptAlive; } in IsCertainlyAliveForCC() 196 bool mIsKeptAlive; variable
|
H A D | DOMEventTargetHelper.cpp | 379 if (shouldBeKeptAlive == mIsKeptAlive) { in MaybeUpdateKeepAlive() 383 mIsKeptAlive = shouldBeKeptAlive; in MaybeUpdateKeepAlive() 384 if (mIsKeptAlive) { in MaybeUpdateKeepAlive() 392 if (mIsKeptAlive) { in MaybeDontKeepAlive() 393 mIsKeptAlive = false; in MaybeDontKeepAlive()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/broadcastchannel/ |
H A D | BroadcastChannel.h | 105 return mIsKeptAlive; in IsCertainlyAliveForCC() 120 bool mIsKeptAlive; variable
|
H A D | BroadcastChannel.cpp | 305 , mIsKeptAlive(false) in BroadcastChannel() 536 if (mIsKeptAlive) { in Shutdown() 537 mIsKeptAlive = false; in Shutdown() 599 if (toKeepAlive == mIsKeptAlive) { in UpdateMustKeepAlive() 603 mIsKeptAlive = toKeepAlive; in UpdateMustKeepAlive()
|
/dports/lang/spidermonkey60/firefox-60.9.0/dom/messagechannel/ |
H A D | MessagePort.h | 154 bool IsCertainlyAliveForCC() const override { return mIsKeptAlive; } in IsCertainlyAliveForCC() 175 bool mIsKeptAlive; variable
|
H A D | MessagePort.cpp | 227 mIsKeptAlive(false) { in MessagePort() 801 if (mState >= eStateDisentangled && mMessages.IsEmpty() && mIsKeptAlive) { in UpdateMustKeepAlive() 802 mIsKeptAlive = false; in UpdateMustKeepAlive() 819 if (mState < eStateDisentangled && !mIsKeptAlive) { in UpdateMustKeepAlive() 820 mIsKeptAlive = true; in UpdateMustKeepAlive() 836 if (!mIsKeptAlive) { in Observe()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/messagechannel/ |
H A D | MessagePort.h | 164 return mIsKeptAlive; in IsCertainlyAliveForCC() 186 bool mIsKeptAlive; variable
|
H A D | MessagePort.cpp | 288 , mIsKeptAlive(false) in MessagePort() 925 mIsKeptAlive) { in UpdateMustKeepAlive() 926 mIsKeptAlive = false; in UpdateMustKeepAlive() 943 if (mState < eStateDisentangled && !mIsKeptAlive) { in UpdateMustKeepAlive() 944 mIsKeptAlive = true; in UpdateMustKeepAlive() 961 if (!mIsKeptAlive) { in Observe()
|
/dports/www/firefox-esr/firefox-91.8.0/dom/messagechannel/ |
H A D | MessagePort.h | 201 bool IsCertainlyAliveForCC() const override { return mIsKeptAlive; } in IsCertainlyAliveForCC() 222 bool mIsKeptAlive; variable
|
H A D | MessagePort.cpp | 207 mIsKeptAlive(false), in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION() 811 if (mState >= eStateDisentangled && mMessages.IsEmpty() && mIsKeptAlive) { in UpdateMustKeepAlive() 812 mIsKeptAlive = false; in UpdateMustKeepAlive() 821 if (mState < eStateDisentangled && !mIsKeptAlive) { in UpdateMustKeepAlive() 822 mIsKeptAlive = true; in UpdateMustKeepAlive()
|
/dports/lang/spidermonkey78/firefox-78.9.0/dom/messagechannel/ |
H A D | MessagePort.h | 201 bool IsCertainlyAliveForCC() const override { return mIsKeptAlive; } in IsCertainlyAliveForCC() 222 bool mIsKeptAlive; variable
|
H A D | MessagePort.cpp | 207 mIsKeptAlive(false), in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION() 811 if (mState >= eStateDisentangled && mMessages.IsEmpty() && mIsKeptAlive) { in UpdateMustKeepAlive() 812 mIsKeptAlive = false; in UpdateMustKeepAlive() 821 if (mState < eStateDisentangled && !mIsKeptAlive) { in UpdateMustKeepAlive() 822 mIsKeptAlive = true; in UpdateMustKeepAlive()
|
/dports/www/firefox/firefox-99.0/dom/messagechannel/ |
H A D | MessagePort.h | 202 bool IsCertainlyAliveForCC() const override { return mIsKeptAlive; } in IsCertainlyAliveForCC() 223 bool mIsKeptAlive; variable
|
H A D | MessagePort.cpp | 204 mIsKeptAlive(false), in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION() 808 if (mState >= eStateDisentangled && mMessages.IsEmpty() && mIsKeptAlive) { in UpdateMustKeepAlive() 809 mIsKeptAlive = false; in UpdateMustKeepAlive() 818 if (mState < eStateDisentangled && !mIsKeptAlive) { in UpdateMustKeepAlive() 819 mIsKeptAlive = true; in UpdateMustKeepAlive()
|
/dports/mail/thunderbird/thunderbird-91.8.0/dom/messagechannel/ |
H A D | MessagePort.h | 201 bool IsCertainlyAliveForCC() const override { return mIsKeptAlive; } in IsCertainlyAliveForCC() 222 bool mIsKeptAlive; variable
|
H A D | MessagePort.cpp | 207 mIsKeptAlive(false), in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION() 811 if (mState >= eStateDisentangled && mMessages.IsEmpty() && mIsKeptAlive) { in UpdateMustKeepAlive() 812 mIsKeptAlive = false; in UpdateMustKeepAlive() 821 if (mState < eStateDisentangled && !mIsKeptAlive) { in UpdateMustKeepAlive() 822 mIsKeptAlive = true; in UpdateMustKeepAlive()
|