Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc747 int bottommost_display_y = in CalculatePopupYAndHeight() local
753 std::min(bottommost_display_y, in CalculatePopupYAndHeight()
756 std::min(bottommost_display_y, RoundedElementBounds().bottom())); in CalculatePopupYAndHeight()
759 int bottom_available = bottommost_display_y - top_growth_end; in CalculatePopupYAndHeight()