Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc649 int popup_required_width = GetDesiredPopupWidth(); in UpdatePopupBounds() local
655 gfx::Vector2d(RoundedElementBounds().width() - popup_required_width, in UpdatePopupBounds()
662 gfx::Vector2d(popup_required_width, in UpdatePopupBounds()
671 top_left_display, bottom_right_display, popup_required_width); in UpdatePopupBounds()
714 int popup_required_width) const { in CalculatePopupXAndWidth()
731 int popup_width = std::min(popup_required_width, in CalculatePopupXAndWidth()
Dautofill_popup_controller_impl.h195 int popup_required_width) const;