Home
last modified time | relevance | path

Searched refs:potential_bottom_bounds (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Dpanel_drag_controller.cc665 gfx::Rect potential_bottom_bounds; in FindPanelToGlue() local
670 potential_bottom_bounds = current_bottom_bounds; in FindPanelToGlue()
671 potential_bottom_bounds.Offset(delta); in FindPanelToGlue()
674 potential_bottom_bounds = potential_dragging_bounds; in FindPanelToGlue()
725 distance = GetVerticalDistance(potential_bottom_bounds, panel_bounds); in FindPanelToGlue()
726 overlap = GetHorizontalOverlap(panel_bounds, potential_bottom_bounds); in FindPanelToGlue()