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 53 void SearchBoxModel::SetSelectionModel(const gfx::SelectionModel& sel) {
search_box_model.h 62 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 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/app_list/views/
search_box_view.cc 178 model_->search_box()->SetSelectionModel(search_box_->GetSelectionModel());
  /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...]
render_text.h 492 virtual void SetSelectionModel(const SelectionModel& model);

Completed in 278 milliseconds