Home
last modified time | relevance | path

Searched defs:oldChild (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
DMockXmlNode.java289 public Node removeChild(Node oldChild) throws DOMException { in removeChild()
294 public Node replaceChild(Node newChild, Node oldChild) in replaceChild()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java2095 private void fireNodeDeleted(UiElementNode oldChild, int index) { in fireNodeDeleted()