Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/panels/
Dpanel_manager.cc221 int left_x_to_move_to = dragging_panel_bounds_.x(); in DragPositive() local
235 bounds.set_x(left_x_to_move_to); in DragPositive()
236 left_x_to_move_to += bounds.width() + kPanelsHorizontalSpacing; in DragPositive()
247 dragging_panel_bounds_.set_x(left_x_to_move_to); in DragPositive()