Home
last modified time | relevance | path

Searched refs:element_bounds_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dpopup_controller_common.h35 const gfx::RectF& element_bounds() const { return element_bounds_; } in element_bounds()
84 gfx::RectF element_bounds_; variable
Dpopup_controller_common.cc23 : element_bounds_(element_bounds), in PopupControllerCommon()
59 return gfx::ToEnclosingRect(element_bounds_); in RoundedElementBounds()
/external/chromium_org/components/autofill/core/browser/
Dautofill_external_delegate.cc67 element_bounds_ = element_bounds; in OnQuery()
142 manager_->client()->ShowAutofillPopup(element_bounds_, in OnSuggestionsReturned()
266 element_bounds_, in OnPingAck()
Dautofill_external_delegate.h137 gfx::RectF element_bounds_; variable