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

  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.cc 342 gfx::Rect node_bounds = node->GetLocalBoundsRect(); local
343 int nearest_x = Clamp(x, node_bounds.x(), node_bounds.right());
344 int nearest_y = Clamp(y, node_bounds.y(), node_bounds.bottom());
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 516 gfx::Rect node_bounds(GetBoundsForNode(selected_node_));
518 if (node_bounds.y() >= vis_bounds.y() &&
519 node_bounds.y() < vis_bounds.bottom()) {
520 y = node_bounds.y();
797 const gfx::Rect& node_bounds,
801 center_x = node_bounds.right() - kArrowRegionSize +
804 center_x = node_bounds.x() + (kArrowRegionSize - 4) / 2;
806 int center_y = node_bounds.y() + node_bounds.height() / 2;
tree_view.h 283 const gfx::Rect& node_bounds,

Completed in 727 milliseconds