Home
last modified time | relevance | path

Searched refs:GetDesiredPopupHeight (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.h164 int GetDesiredPopupHeight() const;
Dautofill_popup_controller_unittest.cc105 using AutofillPopupControllerImpl::GetDesiredPopupHeight;
543 int desired_height = autofill_popup_controller_->GetDesiredPopupHeight(); in TEST_F()
Dautofill_popup_controller_impl.cc616 int AutofillPopupControllerImpl::GetDesiredPopupHeight() const { in GetDesiredPopupHeight() function in autofill::AutofillPopupControllerImpl
650 int popup_height = GetDesiredPopupHeight(); in UpdatePopupBounds()