Searched refs:new_selection (Results 1 – 2 of 2) sorted by relevance
89 SelectedIndices new_selection(delta + 1, 0); in SetSelectionFromAnchorTo() local91 new_selection[i] = i + min; in SetSelectionFromAnchorTo()92 selected_indices_.swap(new_selection); in SetSelectionFromAnchorTo()
654 const NSRange new_selection(GetSelectedRange());659 (new_selection.length || selection_before_change_.length) &&660 !NSEqualRanges(new_selection, selection_before_change_);661 const bool at_end_of_edit = (length == new_selection.location);677 new_selection.location <= selection_before_change_.location);682 new_text, new_selection.location, NSMaxRange(new_selection),