Searched refs:upper_threshold (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc103 int upper_threshold = bounds.bottom() + vertical_adjustment; local
105 return y >= lower_threshold && y <= upper_threshold;

Completed in 308 milliseconds