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

  /external/chromium_org/ui/views/controls/table/
table_view.cc 192 SelectByViewIndex(model_row == -1 ? -1 : ModelToView(model_row));
276 int TableView::ModelToView(int model_index) const {
744 SchedulePaintInRect(GetRowBounds(ModelToView(first_model_row)));
746 SchedulePaintInRect(GetRowBounds(ModelToView(selection_model_.active())));
784 const int start_y = GetRowBounds(ModelToView(range.start)).y();
786 GetRowBounds(ModelToView(range.start + range.length - 1)).bottom();
801 int view_index = ModelToView(selection_model_.active());
832 for (int i = std::min(view_index, ModelToView(model->anchor())),
833 end = std::max(view_index, ModelToView(model->anchor()));
table_view.h 29 // convert to view coordinates use ModelToView().
160 int ModelToView(int model_index) const;
table_view_unittest.cc 147 result += base::IntToString(table->ModelToView(i));

Completed in 57 milliseconds