Searched refs:RoundedElementBounds (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dpopup_controller_common.cc58 const gfx::Rect PopupControllerCommon::RoundedElementBounds() const { function in class:autofill::PopupControllerCommon
74 RoundedElementBounds().x()));
77 RoundedElementBounds().right()));
105 RoundedElementBounds().y()));
108 RoundedElementBounds().bottom()));
130 gfx::Point top_left_corner_of_popup = RoundedElementBounds().origin() +
131 gfx::Vector2d(RoundedElementBounds().width() - desired_width,
137 gfx::Point bottom_right_corner_of_popup = RoundedElementBounds().origin() +
139 RoundedElementBounds().height() + desired_height);
H A Dpopup_controller_common.h40 const gfx::Rect RoundedElementBounds() const;
H A Dpassword_generation_popup_controller_impl.cc163 controller_common_.RoundedElementBounds().width());
H A Dautofill_popup_controller_impl.cc561 int popup_width = controller_common_->RoundedElementBounds().width();

Completed in 47 milliseconds