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

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc98 // of |bounds| is adjusted by |vertical_adjustment|.
101 int vertical_adjustment,
103 int upper_threshold = bounds.bottom() + vertical_adjustment;
104 int lower_threshold = bounds.y() - vertical_adjustment;
99 DoesRectContainVerticalPointExpanded( const gfx::Rect& bounds, int vertical_adjustment, int y) argument

Completed in 1091 milliseconds