Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/tree/
Dtree_view.h276 void PaintRows(gfx::Canvas* canvas,
Dtree_view.cc616 PaintRows(canvas, min_row, max_row, &root_, root_depth(), &current_row); in OnPaint()
745 void TreeView::PaintRows(gfx::Canvas* canvas, in PaintRows() function in views::TreeView
761 PaintRows(canvas, min_row, max_row, node->GetChild(i), depth, row); in PaintRows()