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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderDeprecatedFlexibleBox.cpp632 int totalChildren = 0; local
636 ++totalChildren;
641 if (totalChildren > 1) {
642 --totalChildren;
653 offset += remainingSpace/totalChildren;
654 remainingSpace -= (remainingSpace/totalChildren);
655 --totalChildren;
889 int totalChildren = 0; local
894 ++totalChildren;
899 if (totalChildren >
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkTextBTree.c3075 int totalChildren, firstChildren, i;
3128 totalChildren = nodePtr->numChildren + otherPtr->numChildren;
3129 firstChildren = totalChildren/2;
3175 if (totalChildren <= MAX_CHILDREN) {
3046 int totalChildren, firstChildren, i; local
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkTextBTree.c4206 int totalChildren, firstChildren, i;
4258 totalChildren = nodePtr->numChildren + otherPtr->numChildren;
4259 firstChildren = totalChildren/2;
4305 if (totalChildren <= MAX_CHILDREN) {
4166 int totalChildren, firstChildren, i; local

Completed in 205 milliseconds