HomeSort by relevance Sort by last modified time
    Searched refs:CaretSelection (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SelectionType.h 31 enum SelectionType { NoSelection, CaretSelection, RangeSelection };
VisibleSelection.h 76 bool isCaret() const { return selectionType() == CaretSelection; }
VisibleSelection.cpp 410 m_selectionType = CaretSelection;
415 if (m_selectionType != CaretSelection)
467 m_selectionType = base == extent ? CaretSelection : RangeSelection;
TypingCommand.cpp 415 case CaretSelection: {
519 case CaretSelection: {
Editor.cpp 684 case CaretSelection:
    [all...]
FrameSelection.cpp     [all...]

Completed in 121 milliseconds