Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DElement.cpp1091 …bool hasParentStyle = parentNodeForRenderingAndStyle() ? parentNodeForRenderingAndStyle()->renderS… in recalcStyle() local
1103 if (hasParentStyle && (change >= Inherit || needsStyleRecalc())) { in recalcStyle()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1451418 … dom/Element.cpp needed following tweak: set hasParentStyle to true, if there is no parentNode