Home
last modified time | relevance | path

Searched refs:SelectByViewIndex (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/table/
Dtable_view.cc191 SelectByViewIndex(model_row == -1 ? -1 : ModelToView(model_row)); in Select()
346 SelectByViewIndex(0); in OnKeyPressed()
351 SelectByViewIndex(RowCount() - 1); in OnKeyPressed()
380 SelectByViewIndex(row); in OnMousePressed()
760 void TableView::SelectByViewIndex(int view_index) { in SelectByViewIndex() function in views::TableView
797 SelectByViewIndex(0); in AdvanceSelection()
805 SelectByViewIndex(view_index); in AdvanceSelection()
Dtable_view.h266 void SelectByViewIndex(int view_index);