Home | History | Annotate | Download | only in views

Lines Matching refs:vis_bounds

395   gfx::Rect vis_bounds(GetLocalBounds());
400 while (view != NULL && !vis_bounds.IsEmpty()) {
407 vis_bounds = view->ConvertRectToParent(vis_bounds);
411 vis_bounds.Intersect(ancestor_bounds);
418 if (vis_bounds.IsEmpty())
419 return vis_bounds;
421 gfx::RectF views_vis_bounds(vis_bounds);
1573 gfx::Rect vis_bounds = GetVisibleBounds();
1574 gfx::Point screen_point(vis_bounds.x() + vis_bounds.width() / 2,
1575 vis_bounds.y() + vis_bounds.height() / 2);