Searched refs:dragCaretController (Results 1 – 9 of 9) sorted by relevance
152 m_page->dragCaretController()->clear(); in cancelDrag()159 m_page->dragCaretController()->clear(); in dragEnded()320 m_page->dragCaretController()->clear(); in tryDocumentDrag()334 m_page->dragCaretController()->setSelection(dragCaret); in tryDocumentDrag()342 m_page->dragCaretController()->clear(); in tryDocumentDrag()374 ASSERT(!m_page->dragCaretController()->isNone()); in dispatchTextInputEventFor()375 VisibleSelection dragCaret(m_page->dragCaretController()->selection()); in dispatchTextInputEventFor()397 … if (!m_page->dragCaretController()->isNone() && !dispatchTextInputEventFor(innerFrame, dragData)) in concludeEditDrag()416 m_page->dragCaretController()->clear(); in concludeEditDrag()443 VisibleSelection dragCaret(m_page->dragCaretController()->selection()); in concludeEditDrag()[all …]
168 SelectionController* dragCaretController() const { return m_dragCaretController.get(); } in dragCaretController() function
1722 SelectionController* dragCaretController = m_frame->page()->dragCaretController(); in paintDragCaret() local1723 ASSERT(dragCaretController->selection().isCaret()); in paintDragCaret()1724 if (dragCaretController->selection().start().anchorNode()->document()->frame() == m_frame) in paintDragCaret()1725 dragCaretController->paintCaret(p, tx, ty, clipRect); in paintDragCaret()
3412 frame->page()->dragCaretController()->nodeWillBeRemoved(n); in nodeChildrenWillBeRemoved()3431 frame->page()->dragCaretController()->nodeWillBeRemoved(n); in nodeWillBeRemoved()
2480 …r* selection = type == CursorCaret ? frame()->selection() : frame()->page()->dragCaretController(); in paintCaret()
8675 (WebCore::Page::dragCaretController):14707 (WebCore::Page::dragCaretController): Made this function non-const so that33366 (WebCore::Frame::dragCaretController):33409 (WebCore::Page::dragCaretController):
2619 … (WebCore::Page::dragCaretController): Returns DragCaretController* instead of FrameSelection*.3963 (WebCore::Page::dragCaretController):
57052 Also removed Frame::dragCaretController since it just called Page::dragCaretController.57085 Call Page::dragCaretController directly.
52781 (WebCore::Frame::dragCaretController):