Searched refs:CaretSelection (Results 1 – 5 of 5) sorted by relevance
41 enum SelectionType { NoSelection, CaretSelection, RangeSelection }; enumerator74 bool isCaret() const { return selectionType() == CaretSelection; } in isCaret()
400 m_selectionType = CaretSelection; in updateSelectionType()405 if (m_selectionType != CaretSelection) in updateSelectionType()451 m_selectionType = base == extent ? CaretSelection : RangeSelection; in setWithoutValidation()
480 case VisibleSelection::CaretSelection: { in deleteKeyPressed()578 case VisibleSelection::CaretSelection: { in forwardDeleteKeyPressed()
831 case VisibleSelection::CaretSelection: in applyStyle()852 case VisibleSelection::CaretSelection: in applyParagraphStyle()2151 if (m_frame->selection()->selectionType() == VisibleSelection::CaretSelection) { in markAllMisspellingsAndBadGrammarInRanges()
1820 case VisibleSelection::CaretSelection: in revealSelection()