Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.h161 int GetDesiredPopupWidth() const;
Dautofill_popup_controller_unittest.cc104 using AutofillPopupControllerImpl::GetDesiredPopupWidth;
542 int desired_width = autofill_popup_controller_->GetDesiredPopupWidth(); in TEST_F()
Dautofill_popup_controller_impl.cc596 int AutofillPopupControllerImpl::GetDesiredPopupWidth() const { in GetDesiredPopupWidth() function in autofill::AutofillPopupControllerImpl
649 int popup_required_width = GetDesiredPopupWidth(); in UpdatePopupBounds()