Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DText.cpp316 if (change != NoChange || needsStyleRecalc()) in recalcTextStyle()
318 if (needsStyleRecalc()) in recalcTextStyle()
321 } else if (needsStyleRecalc() || needsWhitespaceRenderer()) { in recalcTextStyle()
DStyleEngine.h64 bool needsStyleRecalc() const { return m_needsStyleRecalc; } in needsStyleRecalc() function
DElement.cpp1527 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 …]
DDocument.cpp1508 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() local
1749 …for (Node* ancestor = node; ancestor && !needsStyleRecalc; ancestor = ancestor->parentOrShadowHost… in updateStyleForNodeIfNeeded()
1750 needsStyleRecalc = ancestor->needsStyleRecalc(); in updateStyleForNodeIfNeeded()
1751 if (needsStyleRecalc) in updateStyleForNodeIfNeeded()
[all …]
DNode.h370 bool needsStyleRecalc() const { return styleChangeType() != NoStyleChange; } in needsStyleRecalc() function
914 return change >= Inherit || node->childNeedsStyleRecalc() || node->needsStyleRecalc(); in shouldRecalcStyle()
DNode.cpp771 if (document().needsStyleRecalc() || document().childNeedsStyleRecalc()) in markAncestorsWithChildNeedsStyleRecalc()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp178 if (candidate.needsStyleRecalc()) in canShareStyleWithElement()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameSetElement.cpp216 if (needsStyleRecalc() && renderer()) { in willRecalcStyle()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGUseElement.cpp267 if (!m_wasInsertedByParser && m_needsShadowTreeRecreation && renderer() && needsStyleRecalc()) in willRecalcStyle()
DSVGElement.cpp138 if (change > NoChange || needsStyleRecalc()) in willRecalcStyle()