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

  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.cc 687 gfx::Rect panel_bounds = panel->GetBounds(); local
692 overlap = GetVerticalOverlap(potential_dragging_bounds, panel_bounds);
696 panel_bounds);
703 target_bounds->set_x(panel_bounds.x() - target_bounds->width());
707 distance = GetHorizontalDistance(panel_bounds,
715 target_bounds->set_x(panel_bounds.right());
725 distance = GetVerticalDistance(potential_bottom_bounds, panel_bounds);
726 overlap = GetHorizontalOverlap(panel_bounds, potential_bottom_bounds);
736 current_dragging_bounds.y() + panel_bounds.y() -
745 distance = GetVerticalDistance(panel_bounds, potential_dragging_bounds)
    [all...]
docked_panel_collection.h 155 gfx::Rect* panel_bounds);
docked_panel_collection.cc 254 gfx::Rect panel_bounds = panel->GetBounds(); local
255 AdjustPanelBoundsPerExpansionState(panel, &panel_bounds);
256 panel->SetPanelBounds(panel_bounds);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 97 gfx::Rect panel_bounds = panel->GetBoundsInRootWindow(); local
98 gfx::Point root_point = gfx::Point(panel_bounds.x(), panel_bounds.y());
173 gfx::Rect panel_bounds = panel->GetBoundsInScreen(); local
182 EXPECT_EQ(panel_bounds.bottom(), callout_bounds.y());
185 EXPECT_EQ(panel_bounds.x(), callout_bounds.right());
188 EXPECT_EQ(panel_bounds.right(), callout_bounds.x());
191 EXPECT_EQ(panel_bounds.y(), callout_bounds.bottom());
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 694 gfx::Rect panel_bounds = panel_widget_->GetWindowScreenBounds(); local
695 if (min_bounds.height() < panel_bounds.height())
697 else if (min_bounds.height() > panel_bounds.height()) {
701 panel_bounds.set_width(width);
702 panel_widget_->SetBounds(panel_bounds);

Completed in 570 milliseconds