Home
last modified time | relevance | path

Searched refs:mIsCrossProcess (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/basic/
H A DTextureClientX11.cpp35 mIsCrossProcess(aIsCrossProcess) { in X11TextureData()
42 if (mSurface && mIsCrossProcess) { in Unlock()
H A DTextureClientX11.h50 bool mIsCrossProcess; variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/basic/
H A DTextureClientX11.cpp34 mIsCrossProcess(aIsCrossProcess) { in X11TextureData()
41 if (mSurface && mIsCrossProcess) { in Unlock()
H A DTextureClientX11.h51 bool mIsCrossProcess; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/basic/
H A DTextureClientX11.cpp31 , mIsCrossProcess(aIsCrossProcess) in X11TextureData()
45 if (mSurface && mIsCrossProcess) { in Unlock()
H A DTextureClientX11.h51 bool mIsCrossProcess; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/basic/
H A DTextureClientX11.cpp32 mIsCrossProcess(aIsCrossProcess) { in X11TextureData()
39 if (mSurface && mIsCrossProcess) { in Unlock()
H A DTextureClientX11.h51 bool mIsCrossProcess; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/basic/
H A DTextureClientX11.cpp35 mIsCrossProcess(aIsCrossProcess) { in X11TextureData()
42 if (mSurface && mIsCrossProcess) { in Unlock()
H A DTextureClientX11.h50 bool mIsCrossProcess; variable
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DMessageChannel.h329 bool IsCrossProcess() const { return mIsCrossProcess; } in IsCrossProcess()
630 bool mIsCrossProcess; variable
H A DMessageChannel.cpp569 mIsCrossProcess(false), in MessageChannel()
789 if (mLink != nullptr && mIsCrossProcess) { in Clear()
830 mIsCrossProcess = true; in Open()
2700 MOZ_DIAGNOSTIC_ASSERT(mIsCrossProcess); in NotifyImpendingShutdown()
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DMessageChannel.cpp579 mIsCrossProcess(false), in MessageChannel()
769 if (mLink != nullptr && mIsCrossProcess) { in Clear()
2859 return mIsCrossProcess; in IsCrossProcess()
2864 if (aIsCrossProcess == mIsCrossProcess) { in SetIsCrossProcess()
2867 mIsCrossProcess = aIsCrossProcess; in SetIsCrossProcess()
2868 if (mIsCrossProcess) { in SetIsCrossProcess()
H A DMessageChannel.h619 bool mIsCrossProcess; variable
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DMessageChannel.cpp579 mIsCrossProcess(false), in MessageChannel()
769 if (mLink != nullptr && mIsCrossProcess) { in Clear()
2859 return mIsCrossProcess; in IsCrossProcess()
2864 if (aIsCrossProcess == mIsCrossProcess) { in SetIsCrossProcess()
2867 mIsCrossProcess = aIsCrossProcess; in SetIsCrossProcess()
2868 if (mIsCrossProcess) { in SetIsCrossProcess()
H A DMessageChannel.h619 bool mIsCrossProcess; variable
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DMessageChannel.cpp2272 return mIsCrossProcess; in IsCrossProcess()
2277 if (aIsCrossProcess == mIsCrossProcess) { in SetIsCrossProcess()
2280 mIsCrossProcess = aIsCrossProcess; in SetIsCrossProcess()
2281 if (mIsCrossProcess) { in SetIsCrossProcess()
H A DMessageChannel.h542 bool mIsCrossProcess = false; variable