Home | History | Annotate | Download | only in aapt

Lines Matching refs:children

700             Vector<sp<XMLNode> >& children = const_cast<Vector<sp<XMLNode> >&>(application->getChildren());
701 for (size_t i = 0; i < children.size(); i++) {
702 sp<XMLNode> child = children.editItemAt(i);
718 Vector<sp<XMLNode> >& children = const_cast<Vector<sp<XMLNode> >&>(root->getChildren());
719 for (size_t i = 0; i < children.size(); i++) {
720 sp<XMLNode> child = children.editItemAt(i);