Searched defs:RoundedElementBounds (Results 1 - 1 of 1) 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);

Completed in 1297 milliseconds