Searched defs:newChild (Results 1 – 5 of 5) sorted by relevance
123 public Node appendChild(Node newChild) throws DOMException { in appendChild()253 public Node insertBefore(Node newChild, Node refChild) in insertBefore()294 public Node replaceChild(Node newChild, Node oldChild) in replaceChild()
473 INode newChild = null; in handleFreeFormDrop() local768 INode newChild = targetNode.appendChild(fqcn); in handleGridModeDrop() local
327 INode newChild; in onDropped() local657 INode newChild = targetNode.appendChild(fqcn); in onPaste() local
658 INode newChild = targetNode.insertChildAt(FQCN_BUTTON, index); in testInsert1() local
2076 private void fireNodeCreated(UiElementNode newChild, int index) { in fireNodeCreated()