Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc721 int right_growth_start = std::max(leftmost_display_x, in CalculatePopupXAndWidth() local
728 int right_available = rightmost_display_x - right_growth_start; in CalculatePopupXAndWidth()
737 return std::make_pair(right_growth_start, popup_width); in CalculatePopupXAndWidth()