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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.h 56 SelectionType selectionType() const { return m_selectionType; }
143 SelectionType m_selectionType; // None, Caret, Range
VisibleSelection.cpp 49 , m_selectionType(NoSelection)
406 m_selectionType = NoSelection;
408 m_selectionType = CaretSelection;
410 m_selectionType = RangeSelection;
413 if (m_selectionType != CaretSelection)
465 m_selectionType = base == extent ? CaretSelection : RangeSelection;

Completed in 45 milliseconds