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

  /external/chromium/chrome/browser/tabs/
tab_strip_model.h 560 reset_group_on_select(false),
602 bool reset_group_on_select; member in struct:TabStripModel::TabContentsData
tab_strip_model.cc 485 return contents_data_.at(index)->reset_group_on_select;
660 contents_data_.at(index)->reset_group_on_select = true;
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 153 bool reset_group_on_select() const { return reset_group_on_select_; } function in class:TabStripModel::WebContentsData
648 return contents_data_[index]->reset_group_on_select();
    [all...]

Completed in 150 milliseconds