Home
last modified time | relevance | path

Searched refs:initial_selection_model_ (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc491 initial_selection_model_ = std::move(initial_selection_model); in Init()
1322 !initial_selection_model_.empty()) { in Detach()
1533 initial_selection_model_.Clear(); in EndDragImpl()
1615 if (initial_selection_model_.empty()) in RevertDrag()
1619 initial_selection_model_); in RevertDrag()
1655 ui::ListSelectionModel selection_model = initial_selection_model_; in RestoreInitialSelection()
H A Dtab_drag_controller.h623 ui::ListSelectionModel initial_selection_model_; variable