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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.cpp 316 if (change != NoChange || needsStyleRecalc())
318 if (needsStyleRecalc())
321 } else if (needsStyleRecalc() || needsWhitespaceRenderer()) {
Node.h 356 bool needsStyleRecalc() const { return styleChangeType() != NoStyleChange; }
    [all...]
ContainerNode.cpp     [all...]
Element.cpp 233 // We can't just use needsStyleRecalc() because if the node is in a
    [all...]
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 215 if (candidate.needsStyleRecalc())
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameSetElement.cpp 208 if (needsStyleRecalc() && renderer()) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 137 if (change > NoChange || needsStyleRecalc())
    [all...]

Completed in 938 milliseconds