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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 349 bool childNeedsStyleRecalc() const { return getFlag(ChildNeedsStyleRecalcFlag); }
    [all...]
ContainerNode.cpp 849 if (change.isChildInsertion() && !childNeedsStyleRecalc()) {
    [all...]
Element.cpp 243 // so in that case the childNeedsStyleRecalc check is invalid.
244 ASSERT(!document().isActive() || !document().childNeedsStyleRecalc());
    [all...]
Node.cpp 765 for (ContainerNode* p = parentOrShadowHostNode(); p && !p->childNeedsStyleRecalc(); p = p->parentOrShadowHostNode())
    [all...]
Document.cpp     [all...]

Completed in 355 milliseconds