Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DElement.cpp847 bool hasParentStyle = parentNode() ? parentNode()->renderStyle() : false; in recalcStyle() local
852 if (!hasParentStyle && isShadowNode() && isSVGElement()) in recalcStyle()
853 hasParentStyle = true; in recalcStyle()
860 if (hasParentStyle && (change >= Inherit || needsStyleRecalc())) { in recalcStyle()
/external/webkit/WebCore/
DChangeLog-2007-10-1451418 … dom/Element.cpp needed following tweak: set hasParentStyle to true, if there is no parentNode