Searched defs:popup_required_width (Results 1 - 1 of 1) sorted by relevance

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

Completed in 28 milliseconds