Home | History | Annotate | Download | only in dom

Lines Matching full:oldnode

3852 void Document::didMergeTextNodes(Text& oldNode, unsigned offset)
3855 NodeWithIndex oldNodeWithIndex(oldNode);
3862 m_frame->selection().didMergeTextNodes(oldNode, offset);
3867 void Document::didSplitTextNode(Text& oldNode)
3872 (*it)->didSplitTextNode(oldNode);
3876 m_frame->selection().didSplitTextNode(oldNode);