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

  /external/webkit/Source/WebCore/editing/
VisibleSelection.h 41 enum SelectionType { NoSelection, CaretSelection, RangeSelection };
55 SelectionType selectionType() const { return m_selectionType; }
73 bool isNone() const { return selectionType() == NoSelection; }
74 bool isCaret() const { return selectionType() == CaretSelection; }
75 bool isRange() const { return selectionType() == RangeSelection; }
76 bool isCaretOrRange() const { return selectionType() != NoSelection; }
131 SelectionType m_selectionType; // None, Caret, Range
SelectionController.h 90 VisibleSelection::SelectionType selectionType() const { return m_selection.selectionType(); }
TypingCommand.cpp 475 switch (endingSelection().selectionType()) {
573 switch (endingSelection().selectionType()) {
VisibleSelection.cpp 416 if (selectionType() == RangeSelection) {
Editor.cpp 827 switch (m_frame->selection()->selectionType()) {
848 switch (m_frame->selection()->selectionType()) {
    [all...]
SelectionController.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]

Completed in 351 milliseconds