HomeSort by relevance Sort by last modified time
    Searched refs:popup_required_width (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 600 int popup_required_width = GetDesiredPopupWidth(); local
606 gfx::Vector2d(RoundedElementBounds().width() - popup_required_width,
613 gfx::Vector2d(popup_required_width,
622 top_left_display, bottom_right_display, popup_required_width);
665 int popup_required_width) const {
682 int popup_width = std::min(popup_required_width,
autofill_popup_controller_impl.h 183 int popup_required_width) const;

Completed in 42 milliseconds