Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.cc101 int vertical_adjustment, in DoesRectContainVerticalPointExpanded() argument
103 int upper_threshold = bounds.bottom() + vertical_adjustment; in DoesRectContainVerticalPointExpanded()
104 int lower_threshold = bounds.y() - vertical_adjustment; in DoesRectContainVerticalPointExpanded()