Searched refs:SelectionType (Results 1 – 2 of 2) sorted by relevance
41 enum SelectionType { NoSelection, CaretSelection, RangeSelection }; enum55 SelectionType selectionType() const { return m_selectionType; } in selectionType()131 SelectionType m_selectionType; // None, Caret, Range
90 VisibleSelection::SelectionType selectionType() const { return m_selection.selectionType(); } in selectionType()