Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc724 int left_growth_end = std::max(leftmost_display_x, in CalculatePopupXAndWidth() local
729 int left_available = left_growth_end - leftmost_display_x; in CalculatePopupXAndWidth()
739 return std::make_pair(left_growth_end - popup_width, popup_width); in CalculatePopupXAndWidth()