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

/external/webkit/Source/WebCore/rendering/
H A DRenderFlexibleBox.cpp553 int totalChildren = 0; local
557 ++totalChildren;
562 if (totalChildren > 1) {
563 --totalChildren;
574 offset += remainingSpace/totalChildren;
575 remainingSpace -= (remainingSpace/totalChildren);
576 --totalChildren;
799 int totalChildren = 0; local
804 ++totalChildren;
809 if (totalChildren >
[all...]

Completed in 279 milliseconds