Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/autofill/
Dpopup_controller_common.cc103 int top_growth_end = std::max(topmost_display_y, in CalculatePopupYAndHeight() local
111 int bottom_available = bottommost_display_y - top_growth_end; in CalculatePopupYAndHeight()
120 return std::make_pair(top_growth_end - popup_required_height, in CalculatePopupYAndHeight()