Home
last modified time | relevance | path

Searched refs:selectionHasDirection (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp129 const bool selectionHasDirection = true; in moveTo() local
131 …(base.deepEquivalent(), extent.deepEquivalent(), base.affinity(), selectionHasDirection), options); in moveTo()
149 const bool selectionHasDirection = true; in moveTo() local
151 setSelection(VisibleSelection(base, extent, affinity, selectionHasDirection), options); in moveTo()
1201 const bool selectionHasDirection = true; in setBase() local
1202 …ction(pos.deepEquivalent(), m_selection.extent(), pos.affinity(), selectionHasDirection), CloseTyp… in setBase()
1207 const bool selectionHasDirection = true; in setExtent() local
1208 …lection(m_selection.base(), pos.deepEquivalent(), pos.affinity(), selectionHasDirection), CloseTyp… in setExtent()
1213 const bool selectionHasDirection = true; in setBase() local
1214 …setSelection(VisibleSelection(pos, m_selection.extent(), affinity, selectionHasDirection), CloseTy… in setBase()
[all …]