Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DText.cpp314 if (change != NoChange || needsStyleRecalc()) in recalcTextStyle()
316 if (needsStyleRecalc()) in recalcTextStyle()
319 } else if (needsStyleRecalc() || needsWhitespaceRenderer()) { in recalcTextStyle()
DNode.h347 bool needsStyleRecalc() const { return styleChangeType() != NoStyleChange; } in needsStyleRecalc() function
853 return change >= Inherit || needsStyleRecalc() || childNeedsStyleRecalc(); in shouldCallRecalcStyle()
DContainerNode.cpp1212 ASSERT(!needsStyleRecalc()); in recalcChildStyle()
1252 …bool childRulesChanged = child->needsStyleRecalc() && child->styleChangeType() >= SubtreeStyleChan… in checkForChildrenAdjacentRuleChanges()
1271 if (needsStyleRecalc() && childrenAffectedByPositionalRules()) in checkForSiblingStyleChanges()
DElement.cpp1471 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()
DDocument.cpp1575 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()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp214 if (candidate.needsStyleRecalc()) in canShareStyleWithElement()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameSetElement.cpp207 if (needsStyleRecalc() && renderer()) { in willRecalcStyle()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.cpp118 if (change > NoChange || needsStyleRecalc()) in willRecalcStyle()