Home | History | Annotate | Download | only in android

Lines Matching full:child

439         AConfig*  child;
444 for (child = node->first_child; child; child = child->next)
445 writer_node(w,child,margin+4);
456 AConfig* child;
462 for (child = root->first_child; child; child = child->next)
463 writer_node(w,child,0);