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

  /external/webkit/Source/WebCore/html/
HTMLFrameSetElement.cpp 202 if (needsStyleRecalc() && renderer()) {
  /external/webkit/Source/WebCore/dom/
Element.cpp     [all...]
Text.cpp 282 if (needsStyleRecalc()) {
Node.h 295 bool needsStyleRecalc() const { return styleChangeType() != NoStyleChange; }
Document.cpp     [all...]
  /external/webkit/Source/WebCore/svg/
SVGUseElement.cpp 350 if ((change >= Inherit || needsStyleRecalc() || childNeedsStyleRecalc()) && m_targetElementInstance && !m_updatesBlocked) {
    [all...]

Completed in 199 milliseconds