Home
last modified time | relevance | path

Searched refs:mStarted (Results 151 – 163 of 163) sorted by relevance

1234567

/dports/mail/thunderbird/thunderbird-91.8.0/widget/cocoa/
H A DnsAppShell.mm215 mStarted(false), function
728 NS_ASSERTION(!mStarted, "nsAppShell::Run() called multiple times");
729 if (mStarted || mTerminated) return NS_OK;
731 mStarted = true;
/dports/www/firefox-esr/firefox-91.8.0/widget/cocoa/
H A DnsAppShell.mm215 mStarted(false), function
728 NS_ASSERTION(!mStarted, "nsAppShell::Run() called multiple times");
729 if (mStarted || mTerminated) return NS_OK;
731 mStarted = true;
/dports/www/firefox/firefox-99.0/widget/cocoa/
H A DnsAppShell.mm217 mStarted(false), function
786 NS_ASSERTION(!mStarted, "nsAppShell::Run() called multiple times");
787 if (mStarted || mTerminated) return NS_OK;
789 mStarted = true;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgssymbol.cpp474 …Q_ASSERT_X( !mStarted, "startRender", "Rendering has already been started for this symbol instance… in startRender()
475 mStarted = true; in startRender()
499 Q_ASSERT_X( mStarted, "startRender", "startRender was not called for this symbol instance!" ); in stopRender()
500 mStarted = false; in stopRender()
H A Dqgssymbol.h658 bool mStarted = false; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webrtc/
H A DMediaEngineWebRTC.h549 bool mStarted; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webrtc/
H A DMediaEngineWebRTC.h534 bool mStarted; variable
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DGraphDriver.h731 Atomic<bool> mStarted; variable
/dports/www/firefox/firefox-99.0/dom/media/
H A DGraphDriver.h731 Atomic<bool> mStarted; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DGraphDriver.h731 Atomic<bool> mStarted; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DGraphDriver.h728 Atomic<bool> mStarted; variable
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A DTunnelManager.cc270 mStarted = false; in TunnelManager()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/console/
H A DConsole.cpp2036 timer.mStarted = aTimerValue; in CreateStartTimerValue()

1234567