Home
last modified time | relevance | path

Searched refs:drop_target_bounds (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/views/
H A Dghost_image_view.h27 void Init(AppListItemView* drag_view, const gfx::Rect& drop_target_bounds);
H A Dghost_image_view.cc57 const gfx::Rect& drop_target_bounds) { in Init() argument
61 SetBoundsRect(drop_target_bounds); in Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/splitview/
H A Dsplit_view_controller_unittest.cc3645 const gfx::Rect drop_target_bounds = in TEST_P() local
3649 DragWindowTo(resizer.get(), gfx::Point(drop_target_bounds.right() - 2, in TEST_P()
3941 gfx::Rect drop_target_bounds = in TEST_P() local
3943 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() local
4003 (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 …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/overview/
H A Doverview_item.cc1111 const gfx::Rect drop_target_bounds = in SetItemBounds() local
1114 overview_grid_->drop_target_widget(), drop_target_bounds, in SetItemBounds()
H A Doverview_session_unittest.cc7230 gfx::RectF drop_target_bounds = drop_target->target_bounds(); in TEST_P() local
7231 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()