Searched refs:extraPseudoType (Results 1 – 2 of 2) sorted by relevance
2813 const CSSPseudoElementType extraPseudoType = in RestyleSelf() local2819 (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()
3134 const CSSPseudoElementType extraPseudoType = in RestyleSelf() local3139 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()