Searched refs:oldChildElem (Results 1 – 1 of 1) sorted by relevance
401 ElemTemplateElement oldChildElem = ((ElemTemplateElement) oldChild); in replaceChild() local405 (ElemTemplateElement) oldChildElem.getPreviousSibling(); in replaceChild()411 if (m_firstChild == oldChildElem) in replaceChild()415 oldChildElem.m_parentNode = null; in replaceChild()416 newChildElem.m_nextSibling = oldChildElem.m_nextSibling; in replaceChild()417 oldChildElem.m_nextSibling = null; in replaceChild()505 ElemTemplateElement oldChildElem) in replaceChild() argument508 if (oldChildElem == null || oldChildElem.getParentElem() != this) in replaceChild()513 oldChildElem.getPreviousSiblingElem(); in replaceChild()519 if (m_firstChild == oldChildElem) in replaceChild()[all …]