Searched refs:bounds_rect (Results 1 – 4 of 4) sorted by relevance
190 gfx::Rect bounds_rect(display_.work_area()); in ClampAnchorPoint() local194 bounds_rect.Inset(window_size_.width() / 2 + min_distance_from_edge_, in ClampAnchorPoint()197 anchor.SetToMax(bounds_rect.origin()); in ClampAnchorPoint()198 anchor.SetToMin(bounds_rect.bottom_right()); in ClampAnchorPoint()
99 gfx::Rect bounds_rect = gfx::Rect(x, y, width, height); in InitWindow() local100 bounds_rect.AdjustToFit(screen_rect); in InitWindow()101 window->SetBounds(bounds_rect); in InitWindow()
78 gfx::Rect bounds_rect(bounds()); in AppendQuads() local
1039 gfx::Rect bounds_rect = ToEnclosingRect( in EmpiricallyTestBounds() local1046 EXPECT_EQ(bounds_rect.ToString(), unified_bounds_rect.ToString()); in EmpiricallyTestBounds()