/external/chromium_org/ui/gfx/ |
D | render_text_unittest.cc | 77 EXPECT_EQ(expected[i], render_text->selection_model()); in RunMoveCursorLeftRightTest() 81 EXPECT_EQ(expected.back(), render_text->selection_model()); in RunMoveCursorLeftRightTest() 84 EXPECT_EQ(expected.back(), render_text->selection_model()); in RunMoveCursorLeftRightTest() 249 render_text->selection_model()); in TestVisualCursorMotionInObscuredField() 251 EXPECT_EQ(SelectionModel(0, CURSOR_BACKWARD), render_text->selection_model()); in TestVisualCursorMotionInObscuredField() 255 render_text->selection_model()); in TestVisualCursorMotionInObscuredField() 260 render_text->selection_model()); in TestVisualCursorMotionInObscuredField() 264 render_text->selection_model()); in TestVisualCursorMotionInObscuredField() 266 EXPECT_EQ(SelectionModel(0, CURSOR_BACKWARD), render_text->selection_model()); in TestVisualCursorMotionInObscuredField() 463 EXPECT_EQ(SelectionModel(0, CURSOR_BACKWARD), render_text->selection_model()); in TEST_F() [all …]
|
D | gfx.gyp | 236 'selection_model.cc', 237 'selection_model.h', 354 'selection_model.cc',
|
D | render_text.h | 243 const SelectionModel& selection_model() const { return selection_model_; } in selection_model() function 262 bool MoveCursorTo(const SelectionModel& selection_model);
|
/external/chromium_org/ui/views/examples/ |
D | table_example.cc | 146 UTF16ToASCII(GetText(table_->selection_model().active(), in OnSelectionChanged() 152 UTF16ToASCII(GetText(table_->selection_model().active(), in OnDoubleClick()
|
/external/chromium_org/ui/app_list/ |
D | search_box_model.h | 52 const gfx::SelectionModel& selection_model() const { in selection_model() function
|
/external/chromium_org/chrome/browser/ui/tabs/ |
D | tab_menu_model.cc | 23 tab_strip->selection_model().selected_indices().size() > 1); in Build()
|
D | tab_strip_model.cc | 747 new_model.Copy(selection_model()); in ToggleSelectionAt() 1046 ui::ListSelectionModel selection_model; in ExecuteContextMenuCommand() local 1047 selection_model.SetSelectedIndex(context_index); in ExecuteContextMenuCommand() 1049 selection_model.AddIndexToSelection(indices[i]); in ExecuteContextMenuCommand() 1050 SetSelectionFromModel(selection_model); in ExecuteContextMenuCommand() 1305 if (!selection_model().Equals(old_model)) { in NotifyIfActiveOrSelectionChanged()
|
D | tab_strip_model.h | 372 const ui::ListSelectionModel& selection_model() const { in selection_model() function
|
D | tab_strip_model_unittest.cc | 249 ui::ListSelectionModel selection_model; in PrepareTabstripForSelectionTest() local 255 selection_model.AddIndexToSelection(value); in PrepareTabstripForSelectionTest() 257 selection_model.set_active(selection_model.selected_indices()[0]); in PrepareTabstripForSelectionTest() 258 model->SetSelectionFromModel(selection_model); in PrepareTabstripForSelectionTest() 2394 EXPECT_EQ(3U, strip.selection_model().size()); in TEST_F() 2408 EXPECT_EQ(4U, strip.selection_model().size()); in TEST_F()
|
/external/chromium/chrome/browser/ui/tabs/ |
D | tab_menu_model.cc | 65 tab_strip->selection_model().selected_indices().size() > 1); in Build()
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | tab_drag_controller.cc | 1435 ui::ListSelectionModel selection_model; in Detach() local 1436 selection_model.Copy(initial_selection_model_); in Detach() 1439 selection_model.DecrementFrom(i->source_model_index); in Detach() 1443 if (!selection_model.empty()) in Detach() 1444 attached_model->SetSelectionFromModel(selection_model); in Detach() 1860 ui::ListSelectionModel selection_model; in ResetSelection() local 1867 selection_model.AddIndexToSelection(index); in ResetSelection() 1871 selection_model.set_active(index); in ResetSelection() 1872 selection_model.set_anchor(index); in ResetSelection() 1880 model->SetSelectionFromModel(selection_model); in ResetSelection()
|
D | browser_tab_strip_controller.cc | 254 return model_->selection_model(); in GetSelectionModel() 458 tabstrip_->SetSelection(old_model, model_->selection_model()); in TabSelectionChanged()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | task_manager_view.cc | 524 SelectedIndices selection(tab_table_->selection_model().selected_indices()); in ButtonPressed() 603 tab_table_->selection_model().selected_indices()); in OnSelectionChanged() 672 const int active_row = tab_table_->selection_model().active(); in ActivateFocusedTab()
|
/external/chromium_org/ui/views/controls/table/ |
D | table_view.cc | 335 ui::ListSelectionModel selection_model; in OnKeyPressed() local 336 selection_model.SetSelectedIndex(selection_model_.active()); in OnKeyPressed() 338 selection_model.AddIndexToSelection(i); in OnKeyPressed() 339 SetSelectionModel(selection_model); in OnKeyPressed()
|
D | table_view.h | 125 const ui::ListSelectionModel& selection_model() const { in selection_model() function
|
/external/chromium_org/chrome/browser/ui/ |
D | active_tab_tracker.cc | 65 if (index == tab_strip_model->selection_model().active()) in TabReplacedAt()
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | dragged_tab_controller.cc | 1178 TabStripSelectionModel selection_model; in ResetSelection() local 1185 selection_model.AddIndexToSelection(index); in ResetSelection() 1189 selection_model.set_active(index); in ResetSelection() 1190 selection_model.set_anchor(index); in ResetSelection() 1198 model->SetSelectionFromModel(selection_model); in ResetSelection()
|
/external/chromium/chrome/browser/tabs/ |
D | tab_strip_model.cc | 924 TabStripSelectionModel selection_model; in ExecuteContextMenuCommand() local 925 selection_model.SetSelectedIndex(context_index); in ExecuteContextMenuCommand() 927 selection_model.AddIndexToSelection(indices[i]); in ExecuteContextMenuCommand() 928 SetSelectionFromModel(selection_model); in ExecuteContextMenuCommand()
|
D | tab_strip_model.h | 385 const TabStripSelectionModel& selection_model() const { in selection_model() function
|
D | tab_strip_model_unittest.cc | 237 TabStripSelectionModel selection_model; in PrepareTabstripForSelectionTest() local 243 selection_model.AddIndexToSelection(value); in PrepareTabstripForSelectionTest() 245 selection_model.set_active(selection_model.selected_indices()[0]); in PrepareTabstripForSelectionTest() 246 model->SetSelectionFromModel(selection_model); in PrepareTabstripForSelectionTest()
|
/external/chromium_org/ui/app_list/views/ |
D | search_box_view.cc | 235 search_box_->SelectSelectionModel(model_->search_box()->selection_model()); in SelectionModelChanged()
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
D | tab_strip_gtk.cc | 1081 model_->selection_model().selected_indices().begin(), in TabSelectionChanged() 1082 model_->selection_model().selected_indices().end(), in TabSelectionChanged() 1095 model_->selection_model().selected_indices()); in TabSelectionChanged() 1278 for (size_t i = 0; i < model()->selection_model().size(); i++) { in MaybeStartDrag() 1281 model()->selection_model().selected_indices()[i]); in MaybeStartDrag()
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
D | tabs_event_router.cc | 327 tab_strip_model->selection_model().selected_indices(); in TabSelectionChanged()
|
/external/chromium_org/ui/views/controls/textfield/ |
D | native_textfield_views.cc | 393 const gfx::SelectionModel& sel = render_text->selection_model(); in GetSelectionEndPoints() 642 return GetRenderText()->selection_model(); in GetSelectionModel()
|
D | textfield_views_model.cc | 676 const gfx::SelectionModel& model = render_text_->selection_model(); in ReplaceTextInternal()
|