Searched refs:isDragCaretController (Results 1 – 2 of 2) sorted by relevance
65 SelectionController(Frame* = 0, bool isDragCaretController = false);
76 SelectionController::SelectionController(Frame* frame, bool isDragCaretController) in SelectionController() argument83 , m_isDragCaretController(isDragCaretController) in SelectionController()86 , m_caretVisible(isDragCaretController) in SelectionController()