Home
last modified time | relevance | path

Searched refs:aSupports (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DFileList.h64 static FileList* FromSupports(nsISupports* aSupports) in FromSupports() argument
68 nsCOMPtr<nsIDOMFileList> list_qi = do_QueryInterface(aSupports); in FromSupports()
73 NS_ASSERTION(list_qi == static_cast<nsIDOMFileList*>(aSupports), in FromSupports()
78 return static_cast<FileList*>(aSupports); in FromSupports()
H A DDOMRect.h173 static DOMRectList* FromSupports(nsISupports* aSupports) in FromSupports() argument
177 nsCOMPtr<nsIDOMClientRectList> list_qi = do_QueryInterface(aSupports); in FromSupports()
182 NS_ASSERTION(list_qi == static_cast<nsIDOMClientRectList*>(aSupports), in FromSupports()
187 return static_cast<DOMRectList*>(aSupports); in FromSupports()
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLDNSPrefetch.cpp209 nsresult HTMLDNSPrefetch::Prefetch(SupportsDNSPrefetch& aSupports, in Prefetch() argument
211 MOZ_ASSERT(&ToSupportsDNSPrefetch(aElement) == &aSupports); in Prefetch()
217 aSupports, aElement); in Prefetch()
272 nsresult HTMLDNSPrefetch::CancelPrefetch(SupportsDNSPrefetch& aSupports, in CancelPrefetch() argument
275 MOZ_ASSERT(&ToSupportsDNSPrefetch(aElement) == &aSupports); in CancelPrefetch()
284 nsIURI* uri = aSupports.GetURIForDNSPrefetch(aElement); in CancelPrefetch()
358 MOZ_ASSERT(&ToSupportsDNSPrefetch(aElement) == &aSupports); in ElementDestroyed()
359 MOZ_ASSERT(aSupports.IsInDNSPrefetch()); in ElementDestroyed()
415 SupportsDNSPrefetch& aSupports, in Add() argument
421 aSupports.DNSPrefetchRequestDeferred(); in Add()
[all …]
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLDNSPrefetch.cpp209 nsresult HTMLDNSPrefetch::Prefetch(SupportsDNSPrefetch& aSupports, in Prefetch() argument
211 MOZ_ASSERT(&ToSupportsDNSPrefetch(aElement) == &aSupports); in Prefetch()
217 aSupports, aElement); in Prefetch()
272 nsresult HTMLDNSPrefetch::CancelPrefetch(SupportsDNSPrefetch& aSupports, in CancelPrefetch() argument
275 MOZ_ASSERT(&ToSupportsDNSPrefetch(aElement) == &aSupports); in CancelPrefetch()
284 nsIURI* uri = aSupports.GetURIForDNSPrefetch(aElement); in CancelPrefetch()
358 MOZ_ASSERT(&ToSupportsDNSPrefetch(aElement) == &aSupports); in ElementDestroyed()
359 MOZ_ASSERT(aSupports.IsInDNSPrefetch()); in ElementDestroyed()
415 SupportsDNSPrefetch& aSupports, in Add() argument
421 aSupports.DNSPrefetchRequestDeferred(); in Add()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLDNSPrefetch.cpp209 nsresult HTMLDNSPrefetch::Prefetch(SupportsDNSPrefetch& aSupports, in Prefetch() argument
211 MOZ_ASSERT(&ToSupportsDNSPrefetch(aElement) == &aSupports); in Prefetch()
217 aSupports, aElement); in Prefetch()
272 nsresult HTMLDNSPrefetch::CancelPrefetch(SupportsDNSPrefetch& aSupports, in CancelPrefetch() argument
275 MOZ_ASSERT(&ToSupportsDNSPrefetch(aElement) == &aSupports); in CancelPrefetch()
284 nsIURI* uri = aSupports.GetURIForDNSPrefetch(aElement); in CancelPrefetch()
358 MOZ_ASSERT(&ToSupportsDNSPrefetch(aElement) == &aSupports); in ElementDestroyed()
359 MOZ_ASSERT(aSupports.IsInDNSPrefetch()); in ElementDestroyed()
415 SupportsDNSPrefetch& aSupports, in Add() argument
421 aSupports.DNSPrefetchRequestDeferred(); in Add()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DnsCycleCollectionParticipant.cpp29 nsISupports* aSupports) { in CheckForRightISupports() argument
31 aSupports->QueryInterface(NS_GET_IID(nsCycleCollectionISupports), in CheckForRightISupports()
33 return aSupports == foo; in CheckForRightISupports()
H A DDeferredFinalize.cpp12 void mozilla::DeferredFinalize(nsISupports* aSupports) { in DeferredFinalize() argument
15 rt->DeferredFinalize(aSupports); in DeferredFinalize()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DnsCycleCollectionParticipant.cpp29 nsISupports* aSupports) { in CheckForRightISupports() argument
31 aSupports->QueryInterface(NS_GET_IID(nsCycleCollectionISupports), in CheckForRightISupports()
33 return aSupports == foo; in CheckForRightISupports()
H A DDeferredFinalize.cpp12 void mozilla::DeferredFinalize(nsISupports* aSupports) { in DeferredFinalize() argument
15 rt->DeferredFinalize(aSupports); in DeferredFinalize()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsCycleCollectionParticipant.cpp33 nsXPCOMCycleCollectionParticipant::CheckForRightISupports(nsISupports* aSupports) in CheckForRightISupports() argument
36 aSupports->QueryInterface(NS_GET_IID(nsCycleCollectionISupports), in CheckForRightISupports()
38 return aSupports == foo; in CheckForRightISupports()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DnsCycleCollectionParticipant.cpp29 nsISupports* aSupports) { in CheckForRightISupports() argument
31 aSupports->QueryInterface(NS_GET_IID(nsCycleCollectionISupports), in CheckForRightISupports()
33 return aSupports == foo; in CheckForRightISupports()
H A DDeferredFinalize.cpp12 void mozilla::DeferredFinalize(nsISupports* aSupports) { in DeferredFinalize() argument
15 rt->DeferredFinalize(aSupports); in DeferredFinalize()
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DnsCycleCollectionParticipant.cpp29 nsISupports* aSupports) { in CheckForRightISupports() argument
31 aSupports->QueryInterface(NS_GET_IID(nsCycleCollectionISupports), in CheckForRightISupports()
33 return aSupports == foo; in CheckForRightISupports()
H A DDeferredFinalize.cpp12 void mozilla::DeferredFinalize(nsISupports* aSupports) { in DeferredFinalize() argument
15 rt->DeferredFinalize(aSupports); in DeferredFinalize()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DnsCycleCollectionParticipant.cpp29 nsISupports* aSupports) { in CheckForRightISupports() argument
31 aSupports->QueryInterface(NS_GET_IID(nsCycleCollectionISupports), in CheckForRightISupports()
33 return aSupports == foo; in CheckForRightISupports()
H A DDeferredFinalize.cpp12 void mozilla::DeferredFinalize(nsISupports* aSupports) { in DeferredFinalize() argument
15 rt->DeferredFinalize(aSupports); in DeferredFinalize()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDOMRect.h135 static DOMRectList* FromSupports(nsISupports* aSupports) { in FromSupports() argument
138 nsCOMPtr<nsIDOMClientRectList> list_qi = do_QueryInterface(aSupports); in FromSupports()
143 NS_ASSERTION(list_qi == static_cast<nsIDOMClientRectList*>(aSupports), in FromSupports()
148 return static_cast<DOMRectList*>(aSupports); in FromSupports()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/base/
H A DDeferredFinalize.cpp13 mozilla::DeferredFinalize(nsISupports* aSupports) in DeferredFinalize() argument
17 cx->DeferredFinalize(aSupports); in DeferredFinalize()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/import/src/
H A DnsBeckyImport.cpp51 nsBeckyImport::GetSupports(char** aSupports) { in GetSupports() argument
52 NS_ENSURE_ARG_POINTER(aSupports); in GetSupports()
53 *aSupports = strdup(kBeckySupportsString); in GetSupports()
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DDOMEventTargetHelper.h84 static DOMEventTargetHelper* FromSupports(nsISupports* aSupports) { in FromSupports() argument
85 dom::EventTarget* target = static_cast<dom::EventTarget*>(aSupports); in FromSupports()
88 nsCOMPtr<dom::EventTarget> target_qi = do_QueryInterface(aSupports); in FromSupports()
/dports/www/firefox/firefox-99.0/dom/events/
H A DDOMEventTargetHelper.h86 static DOMEventTargetHelper* FromSupports(nsISupports* aSupports) { in FromSupports() argument
87 dom::EventTarget* target = static_cast<dom::EventTarget*>(aSupports); in FromSupports()
90 nsCOMPtr<dom::EventTarget> target_qi = do_QueryInterface(aSupports); in FromSupports()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DDOMEventTargetHelper.h84 static DOMEventTargetHelper* FromSupports(nsISupports* aSupports) { in FromSupports() argument
85 dom::EventTarget* target = static_cast<dom::EventTarget*>(aSupports); in FromSupports()
88 nsCOMPtr<dom::EventTarget> target_qi = do_QueryInterface(aSupports); in FromSupports()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/basic/
H A DBasicContainerLayer.h81 void SetSupportsComponentAlphaChildren(bool aSupports) { in SetSupportsComponentAlphaChildren() argument
82 mSupportsComponentAlphaChildren = aSupports; in SetSupportsComponentAlphaChildren()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/basic/
H A DBasicContainerLayer.h81 void SetSupportsComponentAlphaChildren(bool aSupports) { in SetSupportsComponentAlphaChildren() argument
82 mSupportsComponentAlphaChildren = aSupports; in SetSupportsComponentAlphaChildren()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/basic/
H A DBasicContainerLayer.h81 void SetSupportsComponentAlphaChildren(bool aSupports) { in SetSupportsComponentAlphaChildren() argument
82 mSupportsComponentAlphaChildren = aSupports; in SetSupportsComponentAlphaChildren()

1234567