Searched refs:selection_model_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/app_list/
H A Dsearch_box_model.cc54 if (selection_model_ == sel)
57 selection_model_ = sel;
H A Dsearch_box_model.h64 return selection_model_;
78 gfx::SelectionModel selection_model_; member in class:app_list::SearchBoxModel
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc326 selection_model_.IncrementFrom(index);
332 new_model.Copy(selection_model_);
409 selection_model_.Clear();
415 selection_model_.DecrementFrom(index);
417 old_model.Copy(selection_model_);
420 if (!selection_model_.empty()) {
423 selection_model_.set_active(selection_model_.selected_indices()[0]);
424 selection_model_.set_anchor(selection_model_
[all...]
H A Dtab_strip_model.h144 int active_index() const { return selection_model_.active(); }
373 return selection_model_;
516 // |old_model| is a snapshot of |selection_model_| before the change.
575 ui::ListSelectionModel selection_model_; member in class:TabStripModel
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.cc156 selection_model_.Clear();
185 return static_cast<int>(selection_model_.size());
196 return SelectedRowCount() == 0 ? -1 : selection_model_.selected_indices()[0];
337 selection_model.SetSelectedIndex(selection_model_.active());
418 selection_model_.Clear();
428 selection_model_.IncrementFrom(start);
442 selection_model_.DecrementFrom(start);
446 if (selection_model_.empty() && previously_selected_view_index != -1 &&
448 selection_model_.SetSelectedIndex(
494 const bool is_selected = selection_model_
[all...]
H A Dtable_view.h126 return selection_model_;
317 ui::ListSelectionModel selection_model_; member in class:views::TableView
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dfake_base_tab_strip_controller.cc34 return selection_model_;
H A Dfake_base_tab_strip_controller.h63 ui::ListSelectionModel selection_model_; member in class:FakeBaseTabStripController
H A Dtab_unittest.cc30 return selection_model_;
70 ui::ListSelectionModel selection_model_; member in class:FakeTabController
/external/chromium_org/ui/gfx/
H A Drender_text.h274 const SelectionModel& selection_model() const { return selection_model_; }
276 const Range& selection() const { return selection_model_.selection(); }
278 size_t cursor_position() const { return selection_model_.caret_pos(); }
288 // Set the selection_model_ to the value of |selection|.
295 // Set the selection_model_ based on |range|.
631 SelectionModel selection_model_; member in class:gfx::RenderText
H A Drender_text.cc525 SelectionModel cursor(cursor_position(), selection_model_.caret_affinity());
558 bool changed = sel != selection_model_;
585 selection_model_.caret_affinity()));
748 DrawCursor(canvas, selection_model_);
844 return selection_model_;
887 cursor_bounds_ = GetCursorBounds(selection_model_, insert_mode_);
940 selection_model_ = model;
1387 cursor_bounds_ = GetCursorBounds(selection_model_, insert_mode_);

Completed in 350 milliseconds