Home | History | Annotate | Download | only in android

Lines Matching defs:child

449         AConfig*  child;
454 for (child = node->first_child; child; child = child->next)
455 writer_node(w,child,margin+4);
466 AConfig* child;
472 for (child = root->first_child; child; child = child->next)
473 writer_node(w,child,0);