Searched refs:ModelToView (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/controls/table/
H A Dtable_view.cc191 SelectByViewIndex(model_row == -1 ? -1 : ModelToView(model_row));
275 int TableView::ModelToView(int model_index) const { function in class:views::TableView
729 SchedulePaintInRect(GetRowBounds(ModelToView(first_model_row)));
731 SchedulePaintInRect(GetRowBounds(ModelToView(selection_model_.active())));
769 const int start_y = GetRowBounds(ModelToView(range.start)).y();
771 GetRowBounds(ModelToView(range.start + range.length - 1)).bottom();
786 int view_index = ModelToView(selection_model_.active());
817 for (int i = std::min(view_index, ModelToView(model->anchor())),
818 end = std::max(view_index, ModelToView(model->anchor()));
H A Dtable_view.h29 // convert to view coordinates use ModelToView().
160 int ModelToView(int model_index) const;
H A Dtable_view_unittest.cc147 result += base::IntToString(table->ModelToView(i));

Completed in 266 milliseconds