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

  /external/webkit/Source/WebCore/editing/
VisibleSelection.h 55 SelectionType selectionType() const { return m_selectionType; }
131 SelectionType m_selectionType; // None, Caret, Range
VisibleSelection.cpp 45 , m_selectionType(NoSelection)
398 m_selectionType = NoSelection;
400 m_selectionType = CaretSelection;
402 m_selectionType = RangeSelection;
405 if (m_selectionType != CaretSelection)
451 m_selectionType = base == extent ? CaretSelection : RangeSelection;

Completed in 26 milliseconds