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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDeprecatedFlexibleBox.cpp568 int totalChildren = 0; local
572 ++totalChildren;
577 if (totalChildren > 1) {
578 --totalChildren;
589 offset += remainingSpace/totalChildren;
590 remainingSpace -= (remainingSpace/totalChildren);
591 --totalChildren;
818 int totalChildren = 0; local
823 ++totalChildren;
828 if (totalChildren >
[all...]

Completed in 379 milliseconds