Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DElement.cpp1166 bool childRulesChanged = n->needsStyleRecalc() && n->styleChangeType() == FullStyleChange; in recalcStyle() local
1174 forceCheckOfNextElementSibling = childRulesChanged && hasDirectAdjacentRules; in recalcStyle()