Home | History | Annotate | Download | only in editing

Lines Matching refs:affinity

136     setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity(), m_selection.isDirectional()), options, align);
143 setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity(), selectionHasDirection), options);
146 void FrameSelection::moveTo(const Position &pos, EAffinity affinity, EUserTriggered userTriggered)
149 setSelection(VisibleSelection(pos, affinity, m_selection.isDirectional()), options);
608 VisiblePosition pos(m_selection.extent(), m_selection.affinity());
650 VisiblePosition pos(m_selection.extent(), m_selection.affinity());
695 pos = VisiblePosition(m_selection.end(), m_selection.affinity());
697 pos = VisiblePosition(m_selection.start(), m_selection.affinity());
699 pos = VisiblePosition(m_selection.extent(), m_selection.affinity()).right(true);
703 pos = rightWordPosition(VisiblePosition(m_selection.extent(), m_selection.affinity()), skipsSpaceWhenMovingRight);
729 pos = VisiblePosition(m_selection.end(), m_selection.affinity());
731 pos = VisiblePosition(m_selection.extent(), m_selection.affinity()).next(CanSkipOverEditingBoundary);
734 pos = nextWordPositionForPlatform(VisiblePosition(m_selection.extent(), m_selection.affinity()));
737 pos = nextSentencePosition(VisiblePosition(m_selection.extent(), m_selection.affinity()));
772 VisiblePosition pos(m_selection.extent(), m_selection.affinity());
813 VisiblePosition pos(m_selection.extent(), m_selection.affinity());
863 pos = VisiblePosition(m_selection.start(), m_selection.affinity());
865 pos = VisiblePosition(m_selection.end(), m_selection.affinity());
867 pos = VisiblePosition(m_selection.extent(), m_selection.affinity()).left(true);
871 pos = leftWordPosition(VisiblePosition(m_selection.extent(), m_selection.affinity()), skipsSpaceWhenMovingRight);
896 pos = VisiblePosition(m_selection.start(), m_selection.affinity());
898 pos = VisiblePosition(m_selection.extent(), m_selection.affinity()).previous(CanSkipOverEditingBoundary);
901 pos = previousWordPosition(VisiblePosition(m_selection.extent(), m_selection.affinity()));
904 pos = previousSentencePosition(VisiblePosition(m_selection.extent(), m_selection.affinity()));
1065 pos = VisiblePosition(direction == DirectionUp ? m_selection.start() : m_selection.end(), m_selection.affinity());
1070 pos = VisiblePosition(m_selection.extent(), m_selection.affinity());
1154 VisiblePosition visiblePosition(pos, m_selection.affinity());
1204 setSelection(VisibleSelection(pos.deepEquivalent(), m_selection.extent(), pos.affinity(), selectionHasDirection), CloseTyping | ClearTypingStyle | userTriggered);
1210 setSelection(VisibleSelection(m_selection.base(), pos.deepEquivalent(), pos.affinity(), selectionHasDirection), CloseTyping | ClearTypingStyle | userTriggered);
1228 else if (updateCaretRect(m_frame->document(), VisiblePosition(m_selection.start(), m_selection.affinity())))
1410 bool FrameSelection::setSelectedRange(Range* range, EAffinity affinity, DirectoinalOption directional, SetSelectionOptions options)
1421 VisibleSelection newSelection(range, affinity, directional == Directional);