Home
last modified time | relevance | path

Searched refs:bounds_rect (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_positioner.cc190 gfx::Rect bounds_rect(display_.work_area()); in ClampAnchorPoint() local
194 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()
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_dialog.cc99 gfx::Rect bounds_rect = gfx::Rect(x, y, width, height); in InitWindow() local
100 bounds_rect.AdjustToFit(screen_rect); in InitWindow()
101 window->SetBounds(bounds_rect); in InitWindow()
/external/chromium_org/cc/layers/
Dpainted_scrollbar_layer_impl.cc78 gfx::Rect bounds_rect(bounds()); in AppendQuads() local
/external/chromium_org/cc/animation/
Dtransform_operations_unittest.cc1039 gfx::Rect bounds_rect = ToEnclosingRect( in EmpiricallyTestBounds() local
1046 EXPECT_EQ(bounds_rect.ToString(), unified_bounds_rect.ToString()); in EmpiricallyTestBounds()