Lines Matching full:indent
1130 void XMLNode::print(int indent)1134 for (i=0; i<indent; i++) {1176 mChildren.itemAt(i)->print(indent+1);