Home
last modified time | relevance | path

Searched refs:mSupport (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DGeckoInputStream.java30 private Support mSupport; field in GeckoInputStream
39 mSupport = support; in GeckoInputStream()
51 if (mSupport != null) { in close()
52 mSupport.close(); in close()
53 mSupport = null; in close()
113 mSupport.resume(); in read()
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DGeckoInputStream.java32 private Support mSupport; field in GeckoInputStream
41 mSupport = support; in GeckoInputStream()
53 if (mSupport != null) { in close()
54 mSupport.close(); in close()
55 mSupport = null; in close()
115 mSupport.resume(); in read()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DGeckoInputStream.java30 private Support mSupport; field in GeckoInputStream
39 mSupport = support; in GeckoInputStream()
51 if (mSupport != null) { in close()
52 mSupport.close(); in close()
53 mSupport = null; in close()
113 mSupport.resume(); in read()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DGeckoInputStream.java30 private Support mSupport; field in GeckoInputStream
39 mSupport = support; in GeckoInputStream()
51 if (mSupport != null) { in close()
52 mSupport.close(); in close()
53 mSupport = null; in close()
113 mSupport.resume(); in read()
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DWeakRef.cpp29 SharedRef::SharedRef(WeakReferenceSupport* aSupport) : mSupport(aSupport) { in SharedRef()
45 if (!mSupport) { in ToStrongRef()
48 strongRef = mSupport; in ToStrongRef()
61 if (!mSupport) { in Resolve()
64 strongRef = mSupport; in Resolve()
72 mSupport = nullptr; in Clear()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DWeakRef.cpp29 SharedRef::SharedRef(WeakReferenceSupport* aSupport) : mSupport(aSupport) { in SharedRef()
45 if (!mSupport) { in ToStrongRef()
48 strongRef = mSupport; in ToStrongRef()
61 if (!mSupport) { in Resolve()
64 strongRef = mSupport; in Resolve()
72 mSupport = nullptr; in Clear()
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DWeakRef.cpp29 SharedRef::SharedRef(WeakReferenceSupport* aSupport) : mSupport(aSupport) { in SharedRef()
45 if (!mSupport) { in ToStrongRef()
48 strongRef = mSupport; in ToStrongRef()
61 if (!mSupport) { in Resolve()
64 strongRef = mSupport; in Resolve()
72 mSupport = nullptr; in Clear()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DWeakRef.cpp29 SharedRef::SharedRef(WeakReferenceSupport* aSupport) : mSupport(aSupport) { in SharedRef()
45 if (!mSupport) { in ToStrongRef()
48 strongRef = mSupport; in ToStrongRef()
61 if (!mSupport) { in Resolve()
64 strongRef = mSupport; in Resolve()
72 mSupport = nullptr; in Clear()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DWeakRef.cpp29 SharedRef::SharedRef(WeakReferenceSupport* aSupport) : mSupport(aSupport) { in SharedRef()
45 if (!mSupport) { in ToStrongRef()
48 strongRef = mSupport; in ToStrongRef()
61 if (!mSupport) { in Resolve()
64 strongRef = mSupport; in Resolve()
72 mSupport = nullptr; in Clear()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/mscom/
H A DWeakRef.cpp129 , mSupport(aSupport) in WeakRef()
175 if (!mSupport) { in Resolve()
178 return mSupport->QueryInterface(aIid, aOutStrongReference); in Resolve()
185 MOZ_ASSERT(mSupport); in Clear()
186 mSupport = nullptr; in Clear()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/android/
H A DAndroidVsync.cpp72 impl->mSupport = new AndroidVsyncSupport(this); in AndroidVsync()
74 AndroidVsyncSupport::AttachNative(impl->mSupportJava, impl->mSupport); in AndroidVsync()
84 impl->mSupport->Unlink(); in ~AndroidVsync()
H A DAndroidVsync.h62 RefPtr<AndroidVsyncSupport> mSupport; member
/dports/www/firefox/firefox-99.0/widget/android/
H A DAndroidVsync.cpp72 impl->mSupport = new AndroidVsyncSupport(this); in AndroidVsync()
74 AndroidVsyncSupport::AttachNative(impl->mSupportJava, impl->mSupport); in AndroidVsync()
84 impl->mSupport->Unlink(); in ~AndroidVsync()
/dports/www/firefox-esr/firefox-91.8.0/widget/android/
H A DAndroidVsync.cpp72 impl->mSupport = new AndroidVsyncSupport(this); in AndroidVsync()
74 AndroidVsyncSupport::AttachNative(impl->mSupportJava, impl->mSupport); in AndroidVsync()
84 impl->mSupport->Unlink(); in ~AndroidVsync()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/components/geckoview/
H A DGeckoViewStreamListener.cpp90 mStream = java::GeckoInputStream::New(mSupport); in OnStartRequest()
255 mSupport = java::GeckoInputStream::Support::New(); in InitializeStreamSupport()
257 mSupport, mozilla::MakeUnique<StreamSupport>(mSupport, aRequest)); in InitializeStreamSupport()
H A DGeckoViewStreamListener.h40 java::GeckoInputStream::Support::GlobalRef mSupport; variable
/dports/www/firefox/firefox-99.0/mobile/android/components/geckoview/
H A DGeckoViewStreamListener.cpp91 mStream = java::GeckoInputStream::New(mSupport); in OnStartRequest()
259 mSupport = java::GeckoInputStream::Support::New(); in InitializeStreamSupport()
261 mSupport, mozilla::MakeUnique<StreamSupport>(mSupport, aRequest)); in InitializeStreamSupport()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/components/geckoview/
H A DGeckoViewStreamListener.cpp90 mStream = java::GeckoInputStream::New(mSupport); in OnStartRequest()
255 mSupport = java::GeckoInputStream::Support::New(); in InitializeStreamSupport()
257 mSupport, mozilla::MakeUnique<StreamSupport>(mSupport, aRequest)); in InitializeStreamSupport()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xul/templates/
H A DnsRuleNetwork.h417 MemoryElementSet mSupport; variable
423 mSupport(aInstantiation.mSupport) { in Instantiation()
428 mSupport = aInstantiation.mSupport;
454 mSupport.Add(aMemoryElement); in AddSupportingElement()
H A DnsXULTemplateResultRDF.cpp200 MemoryElementSet::ConstIterator last = mInst.mSupport.Last(); in HasMemoryElement()
201 for (MemoryElementSet::ConstIterator element = mInst.mSupport.First(); in HasMemoryElement()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/
H A DOgreGLESPBRenderTexture.cpp79 : mSupport(support), in GLESPBRTTManager()
142 mPBuffers[ctype].pb = mSupport->createPBuffer(ctype, width, height); in requestPBuffer()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxFontconfigUtils.h277 : CopiedFcStrEntry(toCopy), mSupport(toCopy.mSupport) { }
279 FcLangResult mSupport;
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A DOgreGLPBRenderTexture.cpp75 mSupport(support), in GLPBRTTManager()
132 mPBuffers[ctype].pb = mSupport->createPBuffer(ctype, width, height); in requestPBuffer()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLPBRenderTexture.cpp79 mSupport(support), in GLPBRTTManager()
136 mPBuffers[ctype].pb = mSupport->createPBuffer(ctype, width, height); in requestPBuffer()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/android/
H A DWebExecutorSupport.cpp242 mSupport = java::GeckoInputStream::Support::New(); in OnStartRequest()
244 mSupport, mozilla::MakeUnique<StreamSupport>(mSupport, aRequest)); in OnStartRequest()
246 mStream = java::GeckoInputStream::New(mSupport); in OnStartRequest()
412 java::GeckoInputStream::Support::GlobalRef mSupport; member in mozilla::widget::LoaderListener

12