Home | History | Annotate | Download | only in tabs

Lines Matching refs:monitor_bounds

758   gfx::Rect monitor_bounds = views::GetMonitorBoundsForRect(drop_bounds);
759 *is_beneath = (monitor_bounds.IsEmpty() ||
760 !monitor_bounds.Contains(drop_bounds));