Searched refs:childNeedsDistributionRecalc (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h848 if (childNeedsDistributionRecalc() && !insertionPoint->childNeedsDistributionRecalc())
H A DNode.cpp663 if (child->childNeedsDistributionRecalc())
668 if (root->childNeedsDistributionRecalc())
682 for (Node* node = this; node && !node->childNeedsDistributionRecalc(); node = node->parentOrShadowHostNode())
684 if (document().childNeedsDistributionRecalc())
H A DDocument.cpp1508 ASSERT(needsStyleRecalc() || childNeedsStyleRecalc() || childNeedsDistributionRecalc());
1538 if (!childNeedsDistributionRecalc())
1555 if (root->childNeedsDistributionRecalc())
1734 if (!needsStyleRecalc() && !childNeedsStyleRecalc() && !childNeedsDistributionRecalc())
H A DNode.h383 bool childNeedsDistributionRecalc() const { return getFlag(ChildNeedsDistributionRecalc); } function in class:WebCore::Node

Completed in 1095 milliseconds