Home
last modified time | relevance | path

Searched refs:CaretSelection (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
DVisibleSelection.h41 enum SelectionType { NoSelection, CaretSelection, RangeSelection }; enumerator
74 bool isCaret() const { return selectionType() == CaretSelection; } in isCaret()
DVisibleSelection.cpp400 m_selectionType = CaretSelection; in updateSelectionType()
405 if (m_selectionType != CaretSelection) in updateSelectionType()
451 m_selectionType = base == extent ? CaretSelection : RangeSelection; in setWithoutValidation()
DTypingCommand.cpp480 case VisibleSelection::CaretSelection: { in deleteKeyPressed()
578 case VisibleSelection::CaretSelection: { in forwardDeleteKeyPressed()
DEditor.cpp831 case VisibleSelection::CaretSelection: in applyStyle()
852 case VisibleSelection::CaretSelection: in applyParagraphStyle()
2151 if (m_frame->selection()->selectionType() == VisibleSelection::CaretSelection) { in markAllMisspellingsAndBadGrammarInRanges()
DSelectionController.cpp1820 case VisibleSelection::CaretSelection: in revealSelection()