HomeSort by relevance Sort by last modified time
    Searched refs:needsStyleRecalc (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/dom/
Element.cpp 842 bool hasPositionalRules = needsStyleRecalc() && currentStyle && currentStyle->childrenAffectedByPositionalRules();
850 if ((change > NoChange || needsStyleRecalc())) {
854 if (hasParentStyle && (change >= Inherit || needsStyleRecalc())) {
890 } else if (needsStyleRecalc() && (styleChangeType() != SyntheticStyleChange) && (document()->usesSiblingRules() || document()->usesDescendantRules())) {
919 bool childRulesChanged = n->needsStyleRecalc() && n->styleChangeType() == FullStyleChange;
922 if (change >= Inherit || n->isTextNode() || n->childNeedsStyleRecalc() || n->needsStyleRecalc())
951 if (!style || (e->needsStyleRecalc() && style->childrenAffectedByPositionalRules()))
    [all...]
Text.cpp 282 if (needsStyleRecalc()) {
Node.h 279 bool needsStyleRecalc() const { return m_styleChange != NoStyleChange; }
Document.cpp     [all...]
  /external/webkit/WebCore/html/
HTMLFrameSetElement.cpp 212 if (needsStyleRecalc() && renderer()) {
  /external/webkit/WebCore/svg/
SVGUseElement.cpp 308 if (needsStyleRecalc() && m_targetElementInstance) {
    [all...]

Completed in 2992 milliseconds