Searched refs:last_child (Results 1 – 5 of 5) sorted by relevance
346 int has_child, last_child; local376 last_child = device_is_last_sibling(dev->dev);379 last_child = 1;389 last_child = 0;398 if (last_child && index)
262 last_child = self._last_descendant()263 next_element = last_child.next_element271 last_child.next_element = None286 last_child = self.next_sibling.previous_element288 last_child = self289 while isinstance(last_child, Tag) and last_child.contents:290 last_child = last_child.contents[-1]291 if not accept_self and last_child is self:292 last_child = None293 return last_child
295 last_child = to_append[-1]296 last_child.next_element = new_parents_last_descendant_next_element298 new_parents_last_descendant_next_element.previous_element = last_child299 last_child.next_sibling = None
1252 int last_child = 0; in htb_delete() local1265 last_child = 1; in htb_delete()1285 if (last_child) in htb_delete()
1150 last_child = None1156 last_child = child1162 if not last_child:1170 self.view.setCurrentIndex(last_child)1171 parent = last_child