Home | History | Annotate | Download | only in dom

Lines Matching refs:needsStyleRecalc

848     bool hasPositionalRules = needsStyleRecalc() && currentStyle && currentStyle->childrenAffectedByPositionalRules();
856 if ((change > NoChange || needsStyleRecalc())) {
860 if (hasParentStyle && (change >= Inherit || needsStyleRecalc())) {
896 } else if (needsStyleRecalc() && (styleChangeType() != SyntheticStyleChange) && (document()->usesSiblingRules() || document()->usesDescendantRules())) {
925 bool childRulesChanged = n->needsStyleRecalc() && n->styleChangeType() == FullStyleChange;
928 if (change >= Inherit || n->isTextNode() || n->childNeedsStyleRecalc() || n->needsStyleRecalc())
957 if (!style || (e->needsStyleRecalc() && style->childrenAffectedByPositionalRules()))