HomeSort by relevance Sort by last modified time
    Searched defs:SetSelectionModel (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/app_list/
search_box_model.cc 53 void SearchBoxModel::SetSelectionModel(const gfx::SelectionModel& sel) {
  /external/chromium_org/ui/views/controls/table/
table_view.cc 340 SetSelectionModel(selection_model);
387 SetSelectionModel(new_model);
404 SetSelectionModel(new_model);
769 SetSelectionModel(new_selection);
772 void TableView::SetSelectionModel(const ui::ListSelectionModel& new_selection) {
  /external/chromium_org/ui/gfx/
render_text.cc 426 // 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) {
    [all...]

Completed in 103 milliseconds