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

  /external/chromium_org/ui/app_list/
search_box_model.cc 49 void SearchBoxModel::SetSelectionModel(const gfx::SelectionModel& sel) {
search_box_model.h 51 void SetSelectionModel(const gfx::SelectionModel& sel);
  /external/chromium_org/ui/views/controls/table/
table_view.h 269 void SetSelectionModel(const ui::ListSelectionModel& new_selection);
table_view.cc 339 SetSelectionModel(selection_model);
386 SetSelectionModel(new_model);
403 SetSelectionModel(new_model);
768 SetSelectionModel(new_selection);
771 void TableView::SetSelectionModel(const ui::ListSelectionModel& new_selection) {
  /external/chromium_org/ui/gfx/
render_text.cc 358 // Reset selection model. SetText should always followed by SetSelectionModel
360 SetSelectionModel(SelectionModel());
483 SetSelectionModel(sel);
501 SetSelectionModel(SelectionModel(sel, affinity));
514 SetSelectionModel(SelectionModel(cursor_position(),
868 void RenderText::SetSelectionModel(const SelectionModel& model) {
    [all...]
render_text.h 461 virtual void SetSelectionModel(const SelectionModel& model);
  /external/chromium_org/ui/app_list/views/
search_box_view.cc 166 model_->search_box()->SetSelectionModel(search_box_->GetSelectionModel());

Completed in 200 milliseconds