Home
last modified time | relevance | path

Searched refs:extraPseudoType (Results 1 – 2 of 2) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DGeckoRestyleManager.cpp2813 const CSSPseudoElementType extraPseudoType = in RestyleSelf() local
2819 (extraPseudoType != CSSPseudoElementType::InheritingAnonBox && in RestyleSelf()
2820 extraPseudoType != CSSPseudoElementType::NonInheritingAnonBox) in RestyleSelf()
2823 if (extraPseudoType == CSSPseudoElementType::NonInheritingAnonBox) { in RestyleSelf()
2836 PseudoElementForStyleContext(aSelf, extraPseudoType); in RestyleSelf()
2845 } else if (extraPseudoType == CSSPseudoElementType::InheritingAnonBox) { in RestyleSelf()
2851 NS_ASSERTION(extraPseudoType < CSSPseudoElementType::Count, in RestyleSelf()
2854 mContent->AsElement(), extraPseudoType, newContext, nullptr); in RestyleSelf()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DRestyleManager.cpp3134 const CSSPseudoElementType extraPseudoType = in RestyleSelf() local
3139 Element* element = extraPseudoType != CSSPseudoElementType::AnonBox in RestyleSelf()
3151 PseudoElementForStyleContext(aSelf, extraPseudoType); in RestyleSelf()
3161 } else if (extraPseudoType == CSSPseudoElementType::AnonBox) { in RestyleSelf()
3167 NS_ASSERTION(extraPseudoType < CSSPseudoElementType::Count, in RestyleSelf()
3170 extraPseudoType, in RestyleSelf()