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

  /external/chromium/chrome/browser/tabs/
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);
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_unittest.cc 16 static std::string StateAsString(const TabStripSelectionModel& model) {
20 const TabStripSelectionModel::SelectedIndices& selection(
31 TabStripSelectionModel model;
37 TabStripSelectionModel model;
44 TabStripSelectionModel model;
56 TabStripSelectionModel model;
74 TabStripSelectionModel model;
81 TabStripSelectionModel model;
90 TabStripSelectionModel model;
103 TabStripSelectionModel model
    [all...]
tab_strip_model.h 383 void SetSelectionFromModel(const TabStripSelectionModel& source);
385 const TabStripSelectionModel& selection_model() const {
632 TabStripSelectionModel selection_model_;
tab_strip_model.cc 247 (active_index() == TabStripSelectionModel::kUnselectedIndex) ?
588 if (selection_model_.active() == TabStripSelectionModel::kUnselectedIndex)
610 const TabStripSelectionModel& source) {
611 DCHECK_NE(TabStripSelectionModel::kUnselectedIndex, source.active());
    [all...]
tab_strip_model_unittest.cc 237 TabStripSelectionModel selection_model;
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc     [all...]

Completed in 105 milliseconds