Searched defs:node_bounds (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.cc535 gfx::Rect node_bounds(GetBoundsForNode(selected_node_));
537 if (node_bounds.y() >= vis_bounds.y() &&
538 node_bounds.y() < vis_bounds.bottom()) {
539 y = node_bounds.y();
818 const gfx::Rect& node_bounds,
822 center_x = node_bounds.right() - kArrowRegionSize +
825 center_x = node_bounds.x() + (kArrowRegionSize - 4) / 2;
827 int center_y = node_bounds.y() + node_bounds.height() / 2;
817 PaintExpandControl(gfx::Canvas* canvas, const gfx::Rect& node_bounds, bool expanded) argument

Completed in 135 milliseconds