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

  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 156 selection_model_.IncrementFrom(index);
162 selection_model_.SetSelectedIndex(index);
223 selection_model_.DecrementFrom(index);
225 if (!selection_model_.empty()) {
228 selection_model_.set_active(selection_model_.selected_indices()[0]);
229 selection_model_.set_anchor(selection_model_.active());
234 selection_model_.SetSelectedIndex(next_selected_index);
245 bool had_multi = selection_model_.selected_indices().size() > 1
    [all...]
tab_strip_model.h 135 int active_index() const { return selection_model_.active(); }
386 return selection_model_;
632 TabStripSelectionModel selection_model_; member in class:TabStripModel

Completed in 69 milliseconds