Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/panels/
Dpanel_manager.cc176 int right_x_to_move_to = in DragNegative() local
191 bounds.set_x(right_x_to_move_to - bounds.width()); in DragNegative()
192 right_x_to_move_to -= bounds.width() + kPanelsHorizontalSpacing; in DragNegative()
203 dragging_panel_bounds_.set_x(right_x_to_move_to - in DragNegative()