Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/tabs/
Dtab_strip_selection_model.cc89 SelectedIndices new_selection(delta + 1, 0); in SetSelectionFromAnchorTo() local
91 new_selection[i] = i + min; in SetSelectionFromAnchorTo()
92 selected_indices_.swap(new_selection); in SetSelectionFromAnchorTo()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_mac.mm654 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),