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

  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model.cc 13 const int TabStripSelectionModel::kUnselectedIndex = -1;
22 *value = TabStripSelectionModel::kUnselectedIndex;
30 TabStripSelectionModel::TabStripSelectionModel()
35 TabStripSelectionModel::~TabStripSelectionModel() {
38 void TabStripSelectionModel::IncrementFrom(int index) {
48 void TabStripSelectionModel::DecrementFrom(int index) {
60 void TabStripSelectionModel::SetSelectedIndex(int index) {
65 bool TabStripSelectionModel::IsSelected(int index) const
    [all...]
tab_strip_selection_model.h 14 // indices TabStripSelectionModel maintains the following:
21 class TabStripSelectionModel {
28 TabStripSelectionModel();
29 ~TabStripSelectionModel();
96 void Copy(const TabStripSelectionModel& source);
105 DISALLOW_COPY_AND_ASSIGN(TabStripSelectionModel);

Completed in 351 milliseconds