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 314 if (change != NoChange || needsStyleRecalc())
316 if (needsStyleRecalc())
319 } else if (needsStyleRecalc() || needsWhitespaceRenderer()) {
Node.h 347 bool needsStyleRecalc() const { return styleChangeType() != NoStyleChange; }
    [all...]
ContainerNode.cpp     [all...]
Element.cpp 239 // 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 214 if (candidate.needsStyleRecalc())
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameSetElement.cpp 207 if (needsStyleRecalc() && renderer()) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 118 if (change > NoChange || needsStyleRecalc())
    [all...]

Completed in 69 milliseconds