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 848 bool hasPositionalRules = needsStyleRecalc() && currentStyle && currentStyle->childrenAffectedByPositionalRules();
856 if ((change > NoChange || needsStyleRecalc())) {
860 if (hasParentStyle && (change >= Inherit || needsStyleRecalc())) {
896 } else if (needsStyleRecalc() && (styleChangeType() != SyntheticStyleChange) && (document()->usesSiblingRules() || document()->usesDescendantRules())) {
925 bool childRulesChanged = n->needsStyleRecalc() && n->styleChangeType() == FullStyleChange;
928 if (change >= Inherit || n->isTextNode() || n->childNeedsStyleRecalc() || n->needsStyleRecalc())
957 if (!style || (e->needsStyleRecalc() && style->childrenAffectedByPositionalRules()))
    [all...]
Text.cpp 284 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 293 milliseconds