/external/chromium_org/ui/app_list/ |
search_box_model.h | 13 #include "ui/gfx/selection_model.h" 52 const gfx::SelectionModel& selection_model() const { function in class:app_list::SearchBoxModel
|
/external/chromium_org/ui/gfx/ |
selection_model.cc | 5 #include "ui/gfx/selection_model.h"
|
render_text_unittest.cc | 77 EXPECT_EQ(expected[i], render_text->selection_model()); 81 EXPECT_EQ(expected.back(), render_text->selection_model()); 84 EXPECT_EQ(expected.back(), render_text->selection_model()); 249 render_text->selection_model()); 251 EXPECT_EQ(SelectionModel(0, CURSOR_BACKWARD), render_text->selection_model()); 255 render_text->selection_model()); 260 render_text->selection_model()); 264 render_text->selection_model()); 266 EXPECT_EQ(SelectionModel(0, CURSOR_BACKWARD), render_text->selection_model()); 463 EXPECT_EQ(SelectionModel(0, CURSOR_BACKWARD), render_text->selection_model()); [all...] |
gfx.gyp | 236 'selection_model.cc', 237 'selection_model.h', 354 'selection_model.cc',
|
render_text.h | 26 #include "ui/gfx/selection_model.h" 243 const SelectionModel& selection_model() const { return selection_model_; } function in class:gfx::RenderText 260 // If any index in |selection_model| is not a cursorable position (not on a 262 bool MoveCursorTo(const SelectionModel& selection_model);
|
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_menu_model.cc | 23 tab_strip->selection_model().selected_indices().size() > 1);
|
tab_strip_model.cc | 747 new_model.Copy(selection_model()); 1046 ui::ListSelectionModel selection_model; local [all...] |
tab_strip_model_unittest.cc | 249 ui::ListSelectionModel selection_model; local 255 selection_model.AddIndexToSelection(value); 257 selection_model.set_active(selection_model.selected_indices()[0]); 258 model->SetSelectionFromModel(selection_model); [all...] |
/external/chromium/chrome/browser/ui/tabs/ |
tab_menu_model.cc | 65 tab_strip->selection_model().selected_indices().size() > 1);
|
/external/chromium_org/ui/views/examples/ |
table_example.cc | 146 UTF16ToASCII(GetText(table_->selection_model().active(), 152 UTF16ToASCII(GetText(table_->selection_model().active(),
|
/external/chromium_org/ui/views/controls/table/ |
table_view.h | 116 // TODO(sky): remove this and force callers to use selection_model(). 125 const ui::ListSelectionModel& selection_model() const { function in class:views::TableView
|
table_view.cc | 335 ui::ListSelectionModel selection_model; local 336 selection_model.SetSelectedIndex(selection_model_.active()); 338 selection_model.AddIndexToSelection(i); 339 SetSelectionModel(selection_model);
|
/external/chromium_org/chrome/browser/ui/ |
active_tab_tracker.cc | 65 if (index == tab_strip_model->selection_model().active())
|
/external/chromium_org/ui/app_list/views/ |
search_box_view.cc | 235 search_box_->SelectSelectionModel(model_->search_box()->selection_model());
|
/external/chromium_org/ui/views/controls/textfield/ |
native_textfield_wrapper.h | 12 #include "ui/gfx/selection_model.h"
|
textfield.cc | 20 #include "ui/gfx/selection_model.h"
|
native_textfield_views.cc | 393 const gfx::SelectionModel& sel = render_text->selection_model(); 642 return GetRenderText()->selection_model(); [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
browser_tab_strip_controller.cc | 254 return model_->selection_model(); 458 tabstrip_->SetSelection(old_model, model_->selection_model());
|
tab_drag_controller.cc | 1435 ui::ListSelectionModel selection_model; local 1860 ui::ListSelectionModel selection_model; local [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
task_manager_view.cc | 524 SelectedIndices selection(tab_table_->selection_model().selected_indices()); 603 tab_table_->selection_model().selected_indices()); 672 const int active_row = tab_table_->selection_model().active();
|
/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...] |
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.cc | [all...] |
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_event_router.cc | 327 tab_strip_model->selection_model().selected_indices();
|