Home | History | Annotate | Download | only in main

Lines Matching refs:child

200             child = param_node.children
201 while child:
202 if (child.type == "element" and child.name == "param" and
203 self.support_node(child)):
204 expanded_params.append(Parameter(child, self._gltype))
207 child = child.next
516 child = node.children
518 while child:
519 if child.type == "element" and child.name == "param":
520 if name == child.prop("name"):
525 child = child.next