Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/autofill/
Dpopup_controller_common.cc97 int topmost_display_y = top_display.bounds().y(); in CalculatePopupYAndHeight() local
103 int top_growth_end = std::max(topmost_display_y, in CalculatePopupYAndHeight()
106 int bottom_growth_start = std::max(topmost_display_y, in CalculatePopupYAndHeight()
110 int top_available = bottom_growth_start - topmost_display_y; in CalculatePopupYAndHeight()