Home
last modified time | relevance | path

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

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