Searched defs:NoSelection (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DVisibleSelection.h41 enum SelectionType { NoSelection, CaretSelection, RangeSelection }; enumerator in enum:WebCore::VisibleSelection::SelectionType
73 bool isNone() const { return selectionType() == NoSelection; }
76 bool isCaretOrRange() const { return selectionType() != NoSelection; }

Completed in 162 milliseconds