Searched refs:new_selection (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/base/models/
H A Dlist_selection_model.cc93 SelectedIndices new_selection(delta + 1, 0);
95 new_selection[i] = i + min;
96 selected_indices_.swap(new_selection);
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.cc762 ui::ListSelectionModel new_selection; local
764 SelectRowsInRangeFrom(view_index, true, &new_selection);
765 new_selection.set_anchor(ViewToModel(view_index));
766 new_selection.set_active(ViewToModel(view_index));
769 SetSelectionModel(new_selection);
772 void TableView::SetSelectionModel(const ui::ListSelectionModel& new_selection) { argument
773 if (new_selection.Equals(selection_model_))
777 selection_model_.Copy(new_selection);
H A Dtable_view.h268 // Sets the selection model to |new_selection|.
269 void SetSelectionModel(const ui::ListSelectionModel& new_selection);
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_event_router.cc330 ui::ListSelectionModel::SelectedIndices new_selection = local
334 for (size_t i = 0; i < new_selection.size(); ++i) {
335 int index = new_selection[i];
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.h139 // |new_selection|.
141 const ui::ListSelectionModel& new_selection);
H A Dtab_strip.cc810 const ui::ListSelectionModel& new_selection) {
812 touch_layout_->SetActiveIndex(new_selection.active());
835 new_selection.selected_indices());
838 new_selection.selected_indices(),
852 tab_at(new_selection.active())->NotifyAccessibilityEvent(
809 SetSelection(const ui::ListSelectionModel& old_selection, const ui::ListSelectionModel& new_selection) argument
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc1099 views::View* new_selection = GetViewAtIndex(index);
1100 if (!new_selection)
1106 EnsureViewVisible(new_selection);
1107 selected_view_ = new_selection;

Completed in 149 milliseconds