Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc603 int popup_width = RoundedElementBounds().width(); in GetDesiredPopupWidth()
654 gfx::Point top_left_corner_of_popup = RoundedElementBounds().origin() + in UpdatePopupBounds()
655 gfx::Vector2d(RoundedElementBounds().width() - popup_required_width, in UpdatePopupBounds()
661 gfx::Point bottom_right_corner_of_popup = RoundedElementBounds().origin() + in UpdatePopupBounds()
663 RoundedElementBounds().height() + popup_height); in UpdatePopupBounds()
701 const gfx::Rect AutofillPopupControllerImpl::RoundedElementBounds() const { in RoundedElementBounds() function in autofill::AutofillPopupControllerImpl
723 RoundedElementBounds().x())); in CalculatePopupXAndWidth()
726 RoundedElementBounds().right())); in CalculatePopupXAndWidth()
754 RoundedElementBounds().y())); in CalculatePopupYAndHeight()
756 std::min(bottommost_display_y, RoundedElementBounds().bottom())); in CalculatePopupYAndHeight()
Dautofill_popup_controller_impl.h179 const gfx::Rect RoundedElementBounds() const;