Searched refs:SetPopupBounds (Results 1 – 4 of 4) sorted by relevance
44 virtual void SetPopupBounds(const gfx::Rect& bounds) = 0;
86 virtual void SetPopupBounds(const gfx::Rect& bounds) OVERRIDE;
87 using AutofillPopupControllerImpl::SetPopupBounds;181 popup_controller()->SetPopupBounds(popup_bounds); in TEST_F()
360 void AutofillPopupControllerImpl::SetPopupBounds(const gfx::Rect& bounds) { in SetPopupBounds() function in autofill::AutofillPopupControllerImpl