HomeSort by relevance Sort by last modified time
    Searched defs:vis_rect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/controls/
scroll_view.cc 475 const gfx::Rect vis_rect = GetVisibleRect(); local
476 if (vis_rect.Contains(gfx::Rect(x, y, max_x - x, max_y - y)))
487 (vis_rect.x() > x) ? x : std::max(0, max_x - contents_viewport_->width());
489 (vis_rect.y() > y) ? y : std::max(0, max_y -
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 210 gfx::Rect vis_rect = submenu_->GetVisibleBounds(); local
214 vis_rect.set_y(is_scrolling_up_ ?
216 std::min(submenu_->height() - vis_rect.height(), start_y_ + delta_y));
217 submenu_->ScrollRectToVisible(vis_rect);
1377 gfx::Rect vis_rect = submenu->GetVisibleBounds(); local
    [all...]

Completed in 1602 milliseconds