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 372 bool childNeedsStyleRecalc() const { return getFlag(ChildNeedsStyleRecalcFlag); }
    [all...]
Document.cpp 363 if (document->childNeedsStyleRecalc()) {
    [all...]
Element.cpp 281 ASSERT(!document().childNeedsStyleRecalc());
    [all...]
Node.cpp 768 for (ContainerNode* p = parentOrShadowHostNode(); p && !p->childNeedsStyleRecalc(); p = p->parentOrShadowHostNode())
771 if (document().needsStyleRecalc() || document().childNeedsStyleRecalc())
    [all...]

Completed in 42 milliseconds