Searched refs:needsStyleRecalc (Results 1 – 8 of 8) sorted by relevance
314 if (change != NoChange || needsStyleRecalc()) in recalcTextStyle()316 if (needsStyleRecalc()) in recalcTextStyle()319 } else if (needsStyleRecalc() || needsWhitespaceRenderer()) { in recalcTextStyle()
347 bool needsStyleRecalc() const { return styleChangeType() != NoStyleChange; } in needsStyleRecalc() function853 return change >= Inherit || needsStyleRecalc() || childNeedsStyleRecalc(); in shouldCallRecalcStyle()
1212 ASSERT(!needsStyleRecalc()); in recalcChildStyle()1252 …bool childRulesChanged = child->needsStyleRecalc() && child->styleChangeType() >= SubtreeStyleChan… in checkForChildrenAdjacentRuleChanges()1271 if (needsStyleRecalc() && childrenAffectedByPositionalRules()) in checkForSiblingStyleChanges()
1471 ASSERT(!parentOrShadowHostNode()->needsStyleRecalc()); in recalcStyle()1476 if (change >= Inherit || needsStyleRecalc()) { in recalcStyle()1521 ASSERT(!parentOrShadowHostNode()->needsStyleRecalc()); in recalcOwnStyle()1522 ASSERT(change >= Inherit || needsStyleRecalc()); in recalcOwnStyle()2487 ASSERT(!needsStyleRecalc()); in updatePseudoElement()2493 if (element->needsStyleRecalc()) in updatePseudoElement()
1575 if (needsStyleRecalc()) in needsFullRenderTreeUpdate()1676 if (!documentElementStyle || documentElement()->needsStyleRecalc() || change == Force) in inheritHtmlAndBodyElementStyles()1686 …if (!bodyStyle || body->needsStyleRecalc() || documentElement()->needsStyleRecalc() || change == F… in inheritHtmlAndBodyElementStyles()1893 ASSERT(!needsStyleRecalc()); in updateStyle()1904 needsRecalc = ancestor->needsStyleRecalc() || ancestor->needsStyleInvalidation(); in updateRenderTreeForNodeIfNeeded()
214 if (candidate.needsStyleRecalc()) in canShareStyleWithElement()
207 if (needsStyleRecalc() && renderer()) { in willRecalcStyle()
118 if (change > NoChange || needsStyleRecalc()) in willRecalcStyle()