Home | History | Annotate | Download | only in editing

Lines Matching refs:dragCaretController

1722     SelectionController* dragCaretController = m_frame->page()->dragCaretController();
1723 ASSERT(dragCaretController->selection().isCaret());
1724 if (dragCaretController->selection().start().anchorNode()->document()->frame() == m_frame)
1725 dragCaretController->paintCaret(p, tx, ty, clipRect);