Searched defs:SelectedIndices (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/base/models/
H A Dlist_selection_model.h26 typedef std::vector<int> SelectedIndices; typedef in class:ui::ListSelectionModel
96 const SelectedIndices& selected_indices() const { return selected_indices_; }
105 SelectedIndices selected_indices_;
/external/chromium_org/chrome/browser/ui/views/
H A Dtask_manager_view.cc516 typedef ui::ListSelectionModel::SelectedIndices SelectedIndices; typedef
518 SelectedIndices selection(tab_table_->selection_model().selected_indices());
519 for (SelectedIndices::const_reverse_iterator i = selection.rbegin();
569 const ui::ListSelectionModel::SelectedIndices& selection(

Completed in 299 milliseconds