HomeSort by relevance Sort by last modified time
    Searched refs:shelf_bounds (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ash/shelf/
shelf_widget_unittest.cc 182 gfx::Rect shelf_bounds = shelf_widget->GetWindowBoundsInScreen(); local
183 EXPECT_TRUE(!shelf_bounds.IsEmpty());
194 params.bounds = gfx::Rect(0, shelf_bounds.y() - kWindowHeight + kOverlapSize,
201 EXPECT_TRUE(widget_bounds.Intersects(shelf_bounds));
210 gfx::Point event_location(20, shelf_bounds.y() + 1);
222 shelf_bounds = shelf_widget->GetWindowBoundsInScreen();
223 EXPECT_TRUE(!shelf_bounds.IsEmpty());
226 widget->SetBounds(gfx::Rect(0, shelf_bounds.y() - kWindowHeight +
229 EXPECT_TRUE(widget_bounds.Intersects(shelf_bounds));
233 gfx::Point event_location(20, shelf_bounds.y() + 1)
245 gfx::Rect shelf_bounds = shelf_widget->GetWindowBoundsInScreen(); local
    [all...]
shelf_layout_manager_unittest.cc 157 gfx::Rect shelf_bounds = GetShelfWidget()->GetWindowBoundsInScreen(); local
159 EXPECT_EQ(not_visible_bounds_.bottom(), shelf_bounds.bottom());
160 EXPECT_EQ(visible_bounds_.bottom(), shelf_bounds.bottom());
163 EXPECT_EQ(not_visible_bounds_.right(), shelf_bounds.right());
164 EXPECT_EQ(visible_bounds_.right(), shelf_bounds.right());
167 EXPECT_EQ(not_visible_bounds_.x(), shelf_bounds.x());
168 EXPECT_EQ(visible_bounds_.x(), shelf_bounds.x());
177 EXPECT_GE(shelf_bounds.height(), not_visible_bounds_.height());
188 shelf_bounds.height(),
189 shelf_bounds.width())
    [all...]
shelf_view_unittest.cc 1636 gfx::Rect shelf_bounds = shelf_view_->GetBoundsInScreen(); local
    [all...]
  /external/chromium_org/ash/wm/
workspace_controller.cc 74 const gfx::Rect shelf_bounds(shelf_->GetIdealBounds());
91 ((*i)->bounds().Intersects(shelf_bounds))) {
window_animations.cc 472 gfx::Rect shelf_bounds = shelf->shelf_widget()->GetWindowBoundsInScreen(); local
475 item_rect.set_y(shelf_bounds.y());
478 item_rect.set_x(shelf_bounds.right());
481 item_rect.set_x(shelf_bounds.x());
484 item_rect.set_y(shelf_bounds.bottom());
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 605 gfx::Rect shelf_bounds = ash::ScreenUtil::ConvertRectFromScreen( local
622 !BoundsAdjacent(panel->bounds(), shelf_bounds))) {
699 bounds.set_y(shelf_bounds.y() - bounds.height());
702 bounds.set_x(shelf_bounds.right());
705 bounds.set_x(shelf_bounds.x() - bounds.width());
708 bounds.set_y(shelf_bounds.bottom());
    [all...]
panel_layout_manager_unittest.cc 131 gfx::Rect shelf_bounds = shelf->shelf_widget()->GetWindowBoundsInScreen(); local
148 EXPECT_EQ(shelf_bounds.y(), window_bounds.bottom());
151 EXPECT_EQ(shelf_bounds.right(), window_bounds.x());
154 EXPECT_EQ(shelf_bounds.x(), window_bounds.right());
157 EXPECT_EQ(shelf_bounds.bottom(), window_bounds.y());
    [all...]
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 349 gfx::Rect shelf_bounds = GetShelfLayoutManager()->GetIdealBounds(); local
350 max_height = shelf_bounds.y();
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 313 gfx::Rect shelf_bounds(Shell::GetPrimaryRootWindowController()->
316 w->SetBounds(gfx::Rect(window_bounds.x(), shelf_bounds.y() - 1,
    [all...]

Completed in 333 milliseconds