Home
last modified time | relevance | path

Searched refs:mIsKeptAlive (Results 1 – 24 of 24) sorted by relevance

/dports/www/firefox/firefox-99.0/dom/events/
H A DDOMEventTargetHelper.cpp93 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 DDOMEventTargetHelper.h153 virtual bool IsCertainlyAliveForCC() const { return mIsKeptAlive; } in IsCertainlyAliveForCC()
179 bool mIsKeptAlive; variable
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DDOMEventTargetHelper.cpp94 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 DDOMEventTargetHelper.h151 virtual bool IsCertainlyAliveForCC() const { return mIsKeptAlive; } in IsCertainlyAliveForCC()
182 bool mIsKeptAlive; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DDOMEventTargetHelper.cpp94 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 DDOMEventTargetHelper.h151 virtual bool IsCertainlyAliveForCC() const { return mIsKeptAlive; } in IsCertainlyAliveForCC()
182 bool mIsKeptAlive; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DDOMEventTargetHelper.h45 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 DDOMEventTargetHelper.cpp255 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 DDOMEventTargetHelper.h42 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 DDOMEventTargetHelper.cpp379 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 DBroadcastChannel.h105 return mIsKeptAlive; in IsCertainlyAliveForCC()
120 bool mIsKeptAlive; variable
H A DBroadcastChannel.cpp305 , 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 DMessagePort.h154 bool IsCertainlyAliveForCC() const override { return mIsKeptAlive; } in IsCertainlyAliveForCC()
175 bool mIsKeptAlive; variable
H A DMessagePort.cpp227 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 DMessagePort.h164 return mIsKeptAlive; in IsCertainlyAliveForCC()
186 bool mIsKeptAlive; variable
H A DMessagePort.cpp288 , 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 DMessagePort.h201 bool IsCertainlyAliveForCC() const override { return mIsKeptAlive; } in IsCertainlyAliveForCC()
222 bool mIsKeptAlive; variable
H A DMessagePort.cpp207 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 DMessagePort.h201 bool IsCertainlyAliveForCC() const override { return mIsKeptAlive; } in IsCertainlyAliveForCC()
222 bool mIsKeptAlive; variable
H A DMessagePort.cpp207 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 DMessagePort.h202 bool IsCertainlyAliveForCC() const override { return mIsKeptAlive; } in IsCertainlyAliveForCC()
223 bool mIsKeptAlive; variable
H A DMessagePort.cpp204 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 DMessagePort.h201 bool IsCertainlyAliveForCC() const override { return mIsKeptAlive; } in IsCertainlyAliveForCC()
222 bool mIsKeptAlive; variable
H A DMessagePort.cpp207 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()