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

  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 156 selection_model_.IncrementFrom(index);
162 selection_model_.SetSelectedIndex(index);
223 selection_model_.DecrementFrom(index);
225 if (!selection_model_.empty()) {
228 selection_model_.set_active(selection_model_.selected_indices()[0]);
229 selection_model_.set_anchor(selection_model_.active());
234 selection_model_.SetSelectedIndex(next_selected_index);
245 bool had_multi = selection_model_.selected_indices().size() > 1
    [all...]
tab_strip_model.h 135 int active_index() const { return selection_model_.active(); }
386 return selection_model_;
632 TabStripSelectionModel selection_model_; member in class:TabStripModel
  /external/chromium_org/ui/app_list/
search_box_model.cc 50 if (selection_model_ == sel)
53 selection_model_ = sel;
search_box_model.h 53 return selection_model_;
67 gfx::SelectionModel selection_model_; member in class:app_list::SearchBoxModel
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 326 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_.active())
    [all...]
tab_strip_model.h 144 int active_index() const { return selection_model_.active(); }
373 return selection_model_;
515 // |old_model| is a snapshot of |selection_model_| before the change.
574 ui::ListSelectionModel selection_model_; member in class:TabStripModel
  /external/chromium_org/ui/views/controls/table/
table_view.cc 155 selection_model_.Clear();
184 return static_cast<int>(selection_model_.size());
195 return SelectedRowCount() == 0 ? -1 : selection_model_.selected_indices()[0];
336 selection_model.SetSelectedIndex(selection_model_.active());
417 selection_model_.Clear();
427 selection_model_.IncrementFrom(start);
441 selection_model_.DecrementFrom(start);
445 if (selection_model_.empty() && previously_selected_view_index != -1 &&
447 selection_model_.SetSelectedIndex(
493 const bool is_selected = selection_model_.IsSelected(model_index)
    [all...]
table_view.h 126 return selection_model_;
317 ui::ListSelectionModel selection_model_; member in class:views::TableView
  /external/chromium_org/chrome/browser/ui/views/tabs/
fake_base_tab_strip_controller.h 62 ui::ListSelectionModel selection_model_; member in class:FakeBaseTabStripController
fake_base_tab_strip_controller.cc 34 return selection_model_;
tab_unittest.cc 27 return selection_model_;
64 ui::ListSelectionModel selection_model_; member in class:FakeTabController
  /external/chromium_org/ui/gfx/
render_text.h 243 const SelectionModel& selection_model() const { return selection_model_; }
245 const Range& selection() const { return selection_model_.selection(); }
247 size_t cursor_position() const { return selection_model_.caret_pos(); }
257 // Set the selection_model_ to the value of |selection|.
269 // Set the selection_model_ based on |range|.
584 SelectionModel selection_model_; member in class:gfx::RenderText
render_text.cc 450 SelectionModel position(cursor_position(), selection_model_.caret_affinity());
482 bool changed = sel != selection_model_;
515 selection_model_.caret_affinity()));
701 DrawCursor(canvas, selection_model_);
806 return selection_model_;
870 selection_model_ = model;
    [all...]

Completed in 262 milliseconds