Home
last modified time | relevance | path

Searched refs:SelectionType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DVisibleSelection.h41 enum SelectionType { NoSelection, CaretSelection, RangeSelection }; enum
55 SelectionType selectionType() const { return m_selectionType; } in selectionType()
131 SelectionType m_selectionType; // None, Caret, Range
DSelectionController.h90 VisibleSelection::SelectionType selectionType() const { return m_selection.selectionType(); } in selectionType()