Searched refs:needsStyleRecalc (Results 1 – 10 of 10) sorted by relevance
316 if (change != NoChange || needsStyleRecalc()) in recalcTextStyle()318 if (needsStyleRecalc()) in recalcTextStyle()321 } else if (needsStyleRecalc() || needsWhitespaceRenderer()) { in recalcTextStyle()
64 bool needsStyleRecalc() const { return m_needsStyleRecalc; } in needsStyleRecalc() function
1527 ASSERT(!parentOrShadowHostNode()->needsStyleRecalc()); in recalcStyle()1532 if (change >= Inherit || needsStyleRecalc()) { in recalcStyle()1563 ASSERT(!parentOrShadowHostNode()->needsStyleRecalc()); in recalcOwnStyle()1564 ASSERT(change >= Inherit || needsStyleRecalc()); in recalcOwnStyle()1617 ASSERT(!needsStyleRecalc()); in recalcChildStyle()1678 …bool childRulesChanged = element->needsStyleRecalc() && element->styleChangeType() >= SubtreeStyle… in checkForChildrenAdjacentRuleChanges()1834 if (!style || (needsStyleRecalc() && childrenAffectedByPositionalRules())) in checkForSiblingStyleChanges()2721 if (element && (needsStyleRecalc() || shouldRecalcStyle(change, element))) { in updatePseudoElement()2724 if (element->needsStyleRecalc()) in updatePseudoElement()2730 element->recalcStyle(needsStyleRecalc() ? Force : change); in updatePseudoElement()[all …]
1508 ASSERT(needsStyleRecalc() || childNeedsStyleRecalc() || childNeedsDistributionRecalc()); in scheduleStyleRecalc()1517 ASSERT(!isActive() || (!needsStyleRecalc() && !childNeedsStyleRecalc())); in unscheduleStyleRecalc()1585 if (!documentElementStyle || documentElement()->needsStyleRecalc() || change == Force) in inheritHtmlAndBodyElementStyles()1594 …if (!bodyStyle || body->needsStyleRecalc() || documentElement()->needsStyleRecalc() || change == F… in inheritHtmlAndBodyElementStyles()1734 if (!needsStyleRecalc() && !childNeedsStyleRecalc() && !childNeedsDistributionRecalc()) in updateStyleIfNeeded()1745 if (!hasPendingForcedStyleRecalc() && !childNeedsStyleRecalc() && !needsStyleRecalc()) in updateStyleForNodeIfNeeded()1748 bool needsStyleRecalc = hasPendingForcedStyleRecalc(); in updateStyleForNodeIfNeeded() local1749 …for (Node* ancestor = node; ancestor && !needsStyleRecalc; ancestor = ancestor->parentOrShadowHost… in updateStyleForNodeIfNeeded()1750 needsStyleRecalc = ancestor->needsStyleRecalc(); in updateStyleForNodeIfNeeded()1751 if (needsStyleRecalc) in updateStyleForNodeIfNeeded()[all …]
370 bool needsStyleRecalc() const { return styleChangeType() != NoStyleChange; } in needsStyleRecalc() function914 return change >= Inherit || node->childNeedsStyleRecalc() || node->needsStyleRecalc(); in shouldRecalcStyle()
771 if (document().needsStyleRecalc() || document().childNeedsStyleRecalc()) in markAncestorsWithChildNeedsStyleRecalc()
178 if (candidate.needsStyleRecalc()) in canShareStyleWithElement()
216 if (needsStyleRecalc() && renderer()) { in willRecalcStyle()
267 if (!m_wasInsertedByParser && m_needsShadowTreeRecreation && renderer() && needsStyleRecalc()) in willRecalcStyle()
138 if (change > NoChange || needsStyleRecalc()) in willRecalcStyle()