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 247 gfx::Rect panel_bounds = panel->GetBounds(); local
248 AdjustPanelBoundsPerExpansionState(panel, &panel_bounds);
249 panel->SetPanelBounds(panel_bounds);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 98 gfx::Rect panel_bounds = panel->GetBoundsInRootWindow(); local
99 gfx::Point root_point = gfx::Point(panel_bounds.x(), panel_bounds.y());
171 gfx::Rect panel_bounds = panel->GetBoundsInScreen(); local
180 EXPECT_EQ(panel_bounds.bottom(), callout_bounds.y());
183 EXPECT_EQ(panel_bounds.x(), callout_bounds.right());
186 EXPECT_EQ(panel_bounds.right(), callout_bounds.x());
189 EXPECT_EQ(panel_bounds.y(), callout_bounds.bottom());
    [all...]
panel_layout_manager.cc 923 gfx::Rect panel_bounds = ScreenUtil::ConvertRectToScreen( local
    [all...]

Completed in 221 milliseconds