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

  /external/chromium_org/ash/wm/
workspace_controller.cc 64 const gfx::Rect shelf_bounds(shelf_->GetIdealBounds());
82 if (!window_overlaps_launcher && (*i)->bounds().Intersects(shelf_bounds))
window_animations.cc 536 gfx::Rect shelf_bounds = local
540 item_rect.set_y(shelf_bounds.y());
543 item_rect.set_x(shelf_bounds.right());
546 item_rect.set_x(shelf_bounds.x());
549 item_rect.set_y(shelf_bounds.bottom());
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 312 gfx::Rect shelf_bounds = GetShelfLayoutManager()->GetIdealBounds(); local
313 max_height = shelf_bounds.y();
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 230 gfx::Rect shelf_bounds(Shell::GetPrimaryRootWindowController()->
233 w->SetBounds(gfx::Rect(window_bounds.x(), shelf_bounds.y() - 1,
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 102 gfx::Rect shelf_bounds = GetShelfWidget()->GetWindowBoundsInScreen(); local
104 EXPECT_EQ(not_visible_bounds_.bottom(), shelf_bounds.bottom());
105 EXPECT_EQ(visible_bounds_.bottom(), shelf_bounds.bottom());
108 EXPECT_EQ(not_visible_bounds_.right(), shelf_bounds.right());
109 EXPECT_EQ(visible_bounds_.right(), shelf_bounds.right());
112 EXPECT_EQ(not_visible_bounds_.x(), shelf_bounds.x());
113 EXPECT_EQ(visible_bounds_.x(), shelf_bounds.x());
122 EXPECT_GE(shelf_bounds.height(), not_visible_bounds_.height());
133 shelf_bounds.height(),
134 shelf_bounds.width())
    [all...]

Completed in 103 milliseconds