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 568 int totalChildren = 0;
572 ++totalChildren;
577 if (totalChildren > 1) {
578 --totalChildren;
589 offset += remainingSpace/totalChildren;
590 remainingSpace -= (remainingSpace/totalChildren);
591 --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 81 milliseconds