Searched refs:m_selectionType (Results 1 – 2 of 2) sorted by relevance
55 SelectionType selectionType() const { return m_selectionType; } in selectionType()131 SelectionType m_selectionType; // None, Caret, Range variable
45 , m_selectionType(NoSelection) in VisibleSelection()398 m_selectionType = NoSelection; in updateSelectionType()400 m_selectionType = CaretSelection; in updateSelectionType()402 m_selectionType = RangeSelection; in updateSelectionType()405 if (m_selectionType != CaretSelection) in updateSelectionType()451 m_selectionType = base == extent ? CaretSelection : RangeSelection; in setWithoutValidation()