Searched defs:dragged_x (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc1129 const int dragged_x = dragged_bounds.x() + Tab::leading_width_for_drag(); local
1131 dragged_x < attached_tabstrip_->ideal_bounds(start).x())
1136 if (dragged_x < (ideal_bounds.x() + (ideal_bounds.width() / 2)))
1140 return (dragged_x < attached_tabstrip_->ideal_bounds(last_tab).right()) ?
1150 const int dragged_x = dragged_bounds.x() + Tab::leading_width_for_drag(); local
1152 dragged_x >= attached_tabstrip_->ideal_bounds(start).right())
1157 if (dragged_x >= (ideal_bounds.x() + (ideal_bounds.width() / 2)))
1161 return (dragged_x >= attached_tabstrip_->ideal_bounds(0).x()) ? 0 : -1;

Completed in 668 milliseconds