Searched refs:selectionHasDirection (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | FrameSelection.cpp | 143 const bool selectionHasDirection = true; in moveTo() local 145 …(base.deepEquivalent(), extent.deepEquivalent(), base.affinity(), selectionHasDirection), options); in moveTo() 1204 const bool selectionHasDirection = true; in setBase() local 1205 …ction(pos.deepEquivalent(), m_selection.extent(), pos.affinity(), selectionHasDirection), CloseTyp… in setBase() 1210 const bool selectionHasDirection = true; in setExtent() local 1211 …lection(m_selection.base(), pos.deepEquivalent(), pos.affinity(), selectionHasDirection), CloseTyp… in setExtent()
|