Searched refs:hasParentStyle (Results 1 – 2 of 2) sorted by relevance
847 bool hasParentStyle = parentNode() ? parentNode()->renderStyle() : false; in recalcStyle() local852 if (!hasParentStyle && isShadowNode() && isSVGElement()) in recalcStyle()853 hasParentStyle = true; in recalcStyle()860 if (hasParentStyle && (change >= Inherit || needsStyleRecalc())) { in recalcStyle()
51418 … dom/Element.cpp needed following tweak: set hasParentStyle to true, if there is no parentNode