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 61 SelectionType selectionType() const { return m_selectionType; }
170 SelectionType m_selectionType; // None, Caret, Range
VisibleSelection.cpp 52 , m_selectionType(NoSelection)
115 , m_selectionType(other.m_selectionType)
131 m_selectionType = other.m_selectionType;
468 m_selectionType = NoSelection;
470 m_selectionType = CaretSelection;
472 m_selectionType = RangeSelection;
475 if (m_selectionType != CaretSelection)
527 m_selectionType = base == extent ? CaretSelection : RangeSelection
    [all...]

Completed in 58 milliseconds