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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 379 bool childNeedsStyleRecalc() const { return getFlag(ChildNeedsStyleRecalcFlag); }
    [all...]
Document.cpp 360 if (document->childNeedsStyleRecalc()) {
    [all...]
Node.cpp 800 for (ContainerNode* p = parentOrShadowHostNode(); p && !p->childNeedsStyleRecalc(); p = p->parentOrShadowHostNode())
803 if (document()->needsStyleRecalc() || document()->childNeedsStyleRecalc())
    [all...]
Element.cpp 286 ASSERT(!document()->childNeedsStyleRecalc());
    [all...]

Completed in 288 milliseconds