Searched refs:oldChild (Results 1 – 3 of 3) sorted by relevance
289 public Node removeChild(Node oldChild) throws DOMException { in removeChild() argument294 public Node replaceChild(Node newChild, Node oldChild) in replaceChild() argument
410 Element oldChild = children.get(index); in removeChild()411 mElement.removeChild(oldChild); in removeChild()
2095 private void fireNodeDeleted(UiElementNode oldChild, int index) { in fireNodeDeleted() argument2101 UiElementNode parent = oldChild.getUiParent(); in fireNodeDeleted()2103 listener.nodeDeleted(parent, oldChild, index); in fireNodeDeleted()