Searched refs:drop_target_bounds (Results 1 – 5 of 5) sorted by relevance
27 void Init(AppListItemView* drag_view, const gfx::Rect& drop_target_bounds);
57 const gfx::Rect& drop_target_bounds) { in Init() argument61 SetBoundsRect(drop_target_bounds); in Init()
3645 const gfx::Rect drop_target_bounds = in TEST_P() local3649 DragWindowTo(resizer.get(), gfx::Point(drop_target_bounds.right() - 2, in TEST_P()3941 gfx::Rect drop_target_bounds = in TEST_P() local3943 DragWindowTo(resizer.get(), drop_target_bounds.CenterPoint()); in TEST_P()3954 EXPECT_EQ(drop_target_bounds, in TEST_P()3969 drop_target_bounds = GetDropTargetBoundsDuringDrag(window1.get()); in TEST_P()3996 gfx::Rect drop_target_bounds = in TEST_P() local4003 (drop_target_bounds.y() - work_area_bounds.y()) - in TEST_P()4018 (drop_target_bounds.y() - work_area_bounds.y()) + in TEST_P()4070 (drop_target_bounds.y() - work_area_bounds.y()) - in TEST_P()[all …]
1111 const gfx::Rect drop_target_bounds = in SetItemBounds() local1114 overview_grid_->drop_target_widget(), drop_target_bounds, in SetItemBounds()
7230 gfx::RectF drop_target_bounds = drop_target->target_bounds(); in TEST_P() local7231 drop_target_bounds.Inset(gfx::InsetsF(kWindowMargin)); in TEST_P()7232 EXPECT_EQ(0.5f, drop_target_bounds.width() / drop_target_bounds.height()); in TEST_P()