Home | History | Annotate | Download | only in editing

Lines Matching refs:startOfSelection

1018     VisiblePosition startOfSelection(newSelection.visibleStart());
1026 if (startOfSelection.deepEquivalent().deprecatedNode()->isDescendantOf(table))
1027 newSelection = VisibleSelection(startOfSelection, endOfSelection.previous(CannotCrossEditingBoundary));
1033 if (Node* table = isLastPositionBeforeTable(startOfSelection))
1035 newSelection = VisibleSelection(startOfSelection.next(CannotCrossEditingBoundary), endOfSelection);