Searched defs:SetSelectionModel (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/app_list/
H A Dsearch_box_model.cc53 void SearchBoxModel::SetSelectionModel(const gfx::SelectionModel& sel) { function in class:app_list::SearchBoxModel
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.cc340 SetSelectionModel(selection_model);
387 SetSelectionModel(new_model);
404 SetSelectionModel(new_model);
769 SetSelectionModel(new_selection);
772 void TableView::SetSelectionModel(const ui::ListSelectionModel& new_selection) { function in class:views::TableView
/external/chromium_org/ui/gfx/
H A Drender_text.cc426 // Reset selection model. SetText should always followed by SetSelectionModel
428 SetSelectionModel(SelectionModel());
559 SetSelectionModel(sel);
571 SetSelectionModel(SelectionModel(sel, affinity));
584 SetSelectionModel(SelectionModel(cursor_position(),
938 void RenderText::SetSelectionModel(const SelectionModel& model) { function in class:gfx::RenderText
1146 SetSelectionModel(SelectionModel(

Completed in 278 milliseconds