OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:selection_model
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/tabs/
tab_menu_model.cc
65
tab_strip->
selection_model
().selected_indices().size() > 1);
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc
1178
TabStripSelectionModel
selection_model
;
local
[
all
...]
/external/chromium/chrome/browser/tabs/
tab_strip_model.cc
924
TabStripSelectionModel
selection_model
;
local
[
all
...]
tab_strip_model_unittest.cc
237
TabStripSelectionModel
selection_model
;
local
243
selection_model
.AddIndexToSelection(value);
245
selection_model
.set_active(
selection_model
.selected_indices()[0]);
246
model->SetSelectionFromModel(
selection_model
);
[
all
...]
tab_strip_model.h
385
const TabStripSelectionModel&
selection_model
() const {
function in class:TabStripModel
Completed in 180 milliseconds