Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller.h44 virtual void SetPopupBounds(const gfx::Rect& bounds) = 0;
Dautofill_popup_controller_impl.h86 virtual void SetPopupBounds(const gfx::Rect& bounds) OVERRIDE;
Dautofill_popup_controller_unittest.cc87 using AutofillPopupControllerImpl::SetPopupBounds;
181 popup_controller()->SetPopupBounds(popup_bounds); in TEST_F()
Dautofill_popup_controller_impl.cc360 void AutofillPopupControllerImpl::SetPopupBounds(const gfx::Rect& bounds) { in SetPopupBounds() function in autofill::AutofillPopupControllerImpl