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

  /external/webkit/WebCore/editing/
VisibleSelection.h 40 enum SelectionType { NoSelection, CaretSelection, RangeSelection };
54 SelectionType selectionType() const { return m_selectionType; }
72 bool isNone() const { return selectionType() == NoSelection; }
73 bool isCaret() const { return selectionType() == CaretSelection; }
74 bool isRange() const { return selectionType() == RangeSelection; }
75 bool isCaretOrRange() const { return selectionType() != NoSelection; }
131 SelectionType m_selectionType; // None, Caret, Range
SelectionController.h 71 VisibleSelection::SelectionType selectionType() const { return m_selection.selectionType(); }
TypingCommand.cpp 420 switch (endingSelection().selectionType()) {
516 switch (endingSelection().selectionType()) {
VisibleSelection.cpp 418 if (selectionType() == RangeSelection) {
Editor.cpp 719 switch (m_frame->selection()->selectionType()) {
740 switch (m_frame->selection()->selectionType()) {
    [all...]
  /external/webkit/WebCore/page/
Frame.cpp     [all...]

Completed in 32 milliseconds