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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp 584 int totalChildren = 0;
588 ++totalChildren;
593 if (totalChildren > 1) {
594 --totalChildren;
605 offset += remainingSpace/totalChildren;
606 remainingSpace -= (remainingSpace/totalChildren);
607 --totalChildren;
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 516 int totalChildren = node.getChildCount();
517 for (int i = 0; i < totalChildren; i++) {

Completed in 481 milliseconds