Searched refs:SelectedIndices (Results 1 – 8 of 8) sorted by relevance
26 typedef std::vector<int> SelectedIndices; typedef96 const SelectedIndices& selected_indices() const { return selected_indices_; } in selected_indices()105 SelectedIndices selected_indices_;
42 for (SelectedIndices::iterator i = selected_indices_.begin(); in IncrementFrom()51 for (SelectedIndices::iterator i = selected_indices_.begin(); in DecrementFrom()82 SelectedIndices::iterator i = std::find(selected_indices_.begin(), in RemoveIndexFromSelection()93 SelectedIndices new_selection(delta + 1, 0); in SetSelectionFromAnchorTo()137 SelectedIndices empty_selection; in Clear()
23 const ListSelectionModel::SelectedIndices& selection( in StateAsString()
516 typedef ui::ListSelectionModel::SelectedIndices SelectedIndices; in ButtonPressed() typedef518 SelectedIndices selection(tab_table_->selection_model().selected_indices()); in ButtonPressed()519 for (SelectedIndices::const_reverse_iterator i = selection.rbegin(); in ButtonPressed()569 const ui::ListSelectionModel::SelectedIndices& selection( in OnSelectionChanged()
832 ui::ListSelectionModel::SelectedIndices no_longer_selected = in SetSelection()833 base::STLSetDifference<ui::ListSelectionModel::SelectedIndices>( in SetSelection()836 ui::ListSelectionModel::SelectedIndices newly_selected = in SetSelection()837 base::STLSetDifference<ui::ListSelectionModel::SelectedIndices>( in SetSelection()
330 ui::ListSelectionModel::SelectedIndices new_selection = in TabSelectionChanged()
213 const ui::ListSelectionModel::SelectedIndices& selection( in SelectionStateAsString()
1390 ui::ListSelectionModel::SelectedIndices selection(1393 ui::ListSelectionModel::SelectedIndices::iterator iter = selection.begin();