Searched defs:icon_bounds (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager_unittest.cc127 gfx::Rect icon_bounds = launcher->GetScreenBoundsOfItemIconForWindow(panel); local
128 ASSERT_FALSE(icon_bounds.width() == 0 && icon_bounds.height() == 0);
138 EXPECT_LE(window_bounds.x(), icon_bounds.x());
139 EXPECT_GE(window_bounds.right(), icon_bounds.right());
143 EXPECT_LE(window_bounds.y(), icon_bounds.y());
144 EXPECT_GE(window_bounds.bottom(), icon_bounds.bottom());
170 gfx::Rect icon_bounds = launcher->GetScreenBoundsOfItemIconForWindow(panel); local
171 ASSERT_FALSE(icon_bounds.IsEmpty());
175 ASSERT_FALSE(icon_bounds
[all...]
H A Dpanel_layout_manager.cc598 gfx::Rect icon_bounds = local
605 if (icon_bounds.width() == 0 && icon_bounds.height() == 0)
614 icon_bounds = ScreenAsh::ConvertRectFromScreen(panel_container_,
615 icon_bounds);
616 gfx::Point icon_origin = icon_bounds.origin();
619 int icon_end = icon_start + (horizontal ? icon_bounds.width() :
620 icon_bounds.height());
782 gfx::Rect icon_bounds = local
784 if (icon_bounds
[all...]
/external/chromium_org/ash/launcher/
H A Dlauncher_view.cc490 gfx::Rect icon_bounds = button->GetIconBounds(); local
492 ideal_bounds.x() + icon_bounds.x(), icon_bounds.width()),
493 ideal_bounds.y() + icon_bounds.y(),
494 icon_bounds.width(),
495 icon_bounds.height());

Completed in 451 milliseconds