HomeSort by relevance Sort by last modified time
    Searched refs:new_selection (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/base/models/
list_selection_model.cc 93 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/
table_view.cc 762 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) {
773 if (new_selection.Equals(selection_model_))
777 selection_model_.Copy(new_selection);
table_view.h 268 // Sets the selection model to |new_selection|.
269 void SetSelectionModel(const ui::ListSelectionModel& new_selection);
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_event_router.cc 330 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/
tab_strip.h 139 // |new_selection|.
141 const ui::ListSelectionModel& new_selection);
tab_strip.cc 810 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(
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc     [all...]

Completed in 625 milliseconds