Home
last modified time | relevance | path

Searched refs:filterPrimitive (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/svg/
H A DSVGFELeafFrame.cpp80 nsCOMPtr<SVGFE> filterPrimitive = do_QueryInterface(aContent); in NS_IMPL_FRAMEARENA_HELPERS() local
81 NS_ASSERTION(filterPrimitive, in NS_IMPL_FRAMEARENA_HELPERS()
H A DSVGFEContainerFrame.cpp83 nsCOMPtr<SVGFE> filterPrimitive = do_QueryInterface(aContent); in NS_IMPL_FRAMEARENA_HELPERS() local
84 NS_ASSERTION(filterPrimitive, in NS_IMPL_FRAMEARENA_HELPERS()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/svg/
H A DSVGFELeafFrame.cpp80 nsCOMPtr<SVGFE> filterPrimitive = do_QueryInterface(aContent); in NS_IMPL_FRAMEARENA_HELPERS() local
81 NS_ASSERTION(filterPrimitive, in NS_IMPL_FRAMEARENA_HELPERS()
H A DSVGFEContainerFrame.cpp83 nsCOMPtr<SVGFE> filterPrimitive = do_QueryInterface(aContent); in NS_IMPL_FRAMEARENA_HELPERS() local
84 NS_ASSERTION(filterPrimitive, in NS_IMPL_FRAMEARENA_HELPERS()
/dports/www/firefox/firefox-99.0/layout/svg/
H A DSVGFEContainerFrame.cpp85 nsCOMPtr<SVGFE> filterPrimitive = do_QueryInterface(aContent); in NS_IMPL_FRAMEARENA_HELPERS() local
86 NS_ASSERTION(filterPrimitive, in NS_IMPL_FRAMEARENA_HELPERS()
H A DSVGFELeafFrame.cpp82 nsCOMPtr<SVGFE> filterPrimitive = do_QueryInterface(aContent); in NS_IMPL_FRAMEARENA_HELPERS() local
83 NS_ASSERTION(filterPrimitive, in NS_IMPL_FRAMEARENA_HELPERS()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsCSSFrameConstructor.cpp4956 nsCOMPtr<SVGFE> filterPrimitive = in FindSVGData() local
4958 if ((parentIsFilter && !filterPrimitive) || in FindSVGData()
4959 (!parentIsFilter && filterPrimitive)) { in FindSVGData()
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsCSSFrameConstructor.cpp4940 nsCOMPtr<SVGFE> filterPrimitive = in FindSVGData() local
4942 if ((parentIsFilter && !filterPrimitive) || in FindSVGData()
4943 (!parentIsFilter && filterPrimitive)) { in FindSVGData()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsCSSFrameConstructor.cpp4956 nsCOMPtr<SVGFE> filterPrimitive = in FindSVGData() local
4958 if ((parentIsFilter && !filterPrimitive) || in FindSVGData()
4959 (!parentIsFilter && filterPrimitive)) { in FindSVGData()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSFrameConstructor.cpp5436 bool filterPrimitive = aElement->IsNodeOfType(nsINode::eFILTER); in FindSVGData() local
5437 if ((parentIsFilter && !filterPrimitive) || in FindSVGData()
5438 (!parentIsFilter && filterPrimitive)) { in FindSVGData()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsCSSFrameConstructor.cpp5409 bool filterPrimitive = aElement->IsNodeOfType(nsINode::eFILTER); in FindSVGData() local
5410 if ((parentIsFilter && !filterPrimitive) || in FindSVGData()
5411 (!parentIsFilter && filterPrimitive)) { in FindSVGData()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsCSSFrameConstructor.cpp4955 bool filterPrimitive = aElement.IsNodeOfType(nsINode::eFILTER); in FindSVGData() local
4956 if ((parentIsFilter && !filterPrimitive) || in FindSVGData()
4957 (!parentIsFilter && filterPrimitive)) { in FindSVGData()