Home | History | Annotate | Download | only in dom

Lines Matching refs:newText

930         RefPtrWillBeRawPtr<Text> newText = toText(container)->splitText(m_start.offset(), exceptionState);
935 container->parentNode()->insertBefore(newNode.release(), newText.get(), exceptionState);
942 // Given circumstance may mutate the tree so newText->parentNode() may become null
943 if (!newText->parentNode()) {
947 m_end.setToBeforeChild(*newText);