Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/xpcom/base/
H A DAvailableMemoryWatcherLinux.cpp232 mTimer->InitWithCallback(this, gIsGtest ? 10 : pollingInterval, in StartPolling()
237 mTimer->SetDelay(gIsGtest ? 10 : pollingInterval); in StartPolling()
H A DAvailableMemoryWatcherWin.cpp120 mPollingInterval = gIsGtest ? 10 : 10000; in Init()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/xre/
H A DnsAppRunner.h56 extern bool gIsGtest;
H A DnsAppRunner.cpp253 bool gIsGtest = false; variable
3842 gIsGtest = true; in XRE_mainStartup()
3844 gIsGtest = false; in XRE_mainStartup()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/xre/
H A DnsAppRunner.h58 extern bool gIsGtest;
H A DnsAppRunner.cpp237 bool gIsGtest = false; variable
3747 gIsGtest = true; in XRE_mainStartup()
3749 gIsGtest = false; in XRE_mainStartup()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A DnsAppRunner.h53 extern bool gIsGtest;
H A DnsAppRunner.cpp278 bool gIsGtest = false; variable
3789 gIsGtest = true; in XRE_mainStartup()
3791 gIsGtest = false; in XRE_mainStartup()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DnsAppRunner.h55 extern bool gIsGtest;
H A DnsAppRunner.cpp299 bool gIsGtest = false; variable
4302 gIsGtest = true; in XRE_mainStartup()
4304 gIsGtest = false; in XRE_mainStartup()
/dports/www/firefox/firefox-99.0/toolkit/xre/
H A DnsAppRunner.h55 extern bool gIsGtest;
H A DnsAppRunner.cpp301 bool gIsGtest = false; variable
4783 gIsGtest = true; in XRE_mainStartup()
4785 gIsGtest = false; in XRE_mainStartup()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/xre/
H A DnsAppRunner.h55 extern bool gIsGtest;
H A DnsAppRunner.cpp299 bool gIsGtest = false; variable
4302 gIsGtest = true; in XRE_mainStartup()
4304 gIsGtest = false; in XRE_mainStartup()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DAvailableMemoryWatcherWin.cpp381 const uint32_t kLowMemoryNotificationIntervalMS = gIsGtest ? 10 : 10000; in CreateAvailableMemoryWatcher()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DAvailableMemoryWatcherWin.cpp381 const uint32_t kLowMemoryNotificationIntervalMS = gIsGtest ? 10 : 10000; in CreateAvailableMemoryWatcher()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/composite/
H A DLayerManagerComposite.cpp513 MOZ_ASSERT(gIsGtest, "Unless you're testing the compositor using GTest," in CreatePaintedLayer()
522 MOZ_ASSERT(gIsGtest, "Unless you're testing the compositor using GTest," in CreateContainerLayer()
538 MOZ_ASSERT(gIsGtest, "Unless you're testing the compositor using GTest," in CreateColorLayer()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DLayerScope.cpp1566 wr::RenderThread::IsInRenderThread() || gIsGtest); in CheckSendable()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DLayerScope.cpp1562 MOZ_ASSERT(CompositorThreadHolder::IsInCompositorThread() || gIsGtest); in CheckSendable()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DLayerScope.cpp1558 MOZ_ASSERT(CompositorThreadHolder::IsInCompositorThread() || gIsGtest); in CheckSendable()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DLayerScope.cpp1752 MOZ_ASSERT(CompositorThreadHolder::IsInCompositorThread() || gIsGtest); in CheckSendable()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DLayerScope.cpp1566 wr::RenderThread::IsInRenderThread() || gIsGtest); in CheckSendable()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/opengl/
H A DCompositorOGL.cpp445 if (mGLContext->IsOffscreen() && !gIsGtest) { in PrepareViewport()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/opengl/
H A DCompositorOGL.cpp491 if (mGLContext->IsOffscreen() && !gIsGtest) { in PrepareViewport()