Searched defs:dragCaretController (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DPage.h168 SelectionController* dragCaretController() const { return m_dragCaretController.get(); } function in class:WebCore::Page
/external/webkit/Source/WebCore/editing/
H A DSelectionController.cpp1722 SelectionController* dragCaretController = m_frame->page()->dragCaretController(); local
1723 ASSERT(dragCaretController->selection().isCaret());
1724 if (dragCaretController->selection().start().anchorNode()->document()->frame() == m_frame)
1725 dragCaretController->paintCaret(p, tx, ty, clipRect);

Completed in 92 milliseconds