Home | History | Annotate | Download | only in editing

Lines Matching full:text2

290 void CompositeEditCommand::joinTextNodes(PassRefPtr<Text> text1, PassRefPtr<Text> text2)
292 applyCommandToComposite(JoinTextNodesCommand::create(text1, text2));