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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.h 42 enum SelectionType { NoSelection, CaretSelection, RangeSelection };
56 SelectionType selectionType() const { return m_selectionType; }
76 bool isNone() const { return selectionType() == NoSelection; }
77 bool isCaret() const { return selectionType() == CaretSelection; }
78 bool isRange() const { return selectionType() == RangeSelection; }
79 bool isCaretOrRange() const { return selectionType() != NoSelection; }
143 SelectionType m_selectionType; // None, Caret, Range
FrameSelection.h 109 VisibleSelection::SelectionType selectionType() const { return m_selection.selectionType(); }
TypingCommand.cpp 415 switch (endingSelection().selectionType()) {
519 switch (endingSelection().selectionType()) {
VisibleSelection.cpp 425 if (selectionType() == RangeSelection) {
Editor.cpp 649 switch (m_frame->selection()->selectionType()) {
670 switch (m_frame->selection()->selectionType()) {
    [all...]
FrameSelection.cpp     [all...]

Completed in 34 milliseconds