Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc715 int leftmost_display_x = left_display.bounds().x(); in CalculatePopupXAndWidth() local
721 int right_growth_start = std::max(leftmost_display_x, in CalculatePopupXAndWidth()
724 int left_growth_end = std::max(leftmost_display_x, in CalculatePopupXAndWidth()
729 int left_available = left_growth_end - leftmost_display_x; in CalculatePopupXAndWidth()