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

/external/chromium_org/ui/app_list/views/
H A Dapp_list_folder_view.cc198 const gfx::Rect icon_bounds = item_view->GetIconBounds(); local
199 gfx::Rect to_apps_grid_view = item_view->ConvertRectToParent(icon_bounds);
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager_unittest.cc125 gfx::Rect icon_bounds = shelf->GetScreenBoundsOfItemIconForWindow(panel); local
126 ASSERT_FALSE(icon_bounds.width() == 0 && icon_bounds.height() == 0);
129 ASSERT_LT(icon_bounds.width(), window_bounds.width());
130 ASSERT_LT(icon_bounds.height(), window_bounds.height());
137 EXPECT_LE(window_bounds.x(), icon_bounds.x());
138 EXPECT_GE(window_bounds.right(), icon_bounds.right());
142 EXPECT_LE(window_bounds.y(), icon_bounds.y());
143 EXPECT_GE(window_bounds.bottom(), icon_bounds.bottom());
168 gfx::Rect icon_bounds local
[all...]
H A Dpanel_layout_manager.cc640 gfx::Rect icon_bounds = shelf_->GetScreenBoundsOfItemIconForWindow(panel); local
646 if (icon_bounds.width() == 0 && icon_bounds.height() == 0)
655 icon_bounds = ScreenUtil::ConvertRectFromScreen(panel_container_,
656 icon_bounds);
657 gfx::Point icon_origin = icon_bounds.origin();
660 int icon_end = icon_start + (horizontal ? icon_bounds.width() :
661 icon_bounds.height());
827 gfx::Rect icon_bounds = shelf_->GetScreenBoundsOfItemIconForWindow(panel); local
828 if (icon_bounds
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc466 gfx::Rect icon_bounds = button->GetIconBounds(); local
468 ideal_bounds.x() + icon_bounds.x(), icon_bounds.width()),
469 ideal_bounds.y() + icon_bounds.y(),
470 icon_bounds.width(),
471 icon_bounds.height());

Completed in 1893 milliseconds