HomeSort by relevance Sort by last modified time
    Searched refs:GetDesiredPopupHeight (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.h 152 int GetDesiredPopupHeight() const;
autofill_popup_controller_unittest.cc 135 int GetDesiredPopupHeight() const {
136 return AutofillPopupControllerImpl::GetDesiredPopupHeight();
570 int desired_height = autofill_popup_controller_->GetDesiredPopupHeight();
autofill_popup_controller_impl.cc 573 int AutofillPopupControllerImpl::GetDesiredPopupHeight() const {
601 int popup_height = GetDesiredPopupHeight();

Completed in 836 milliseconds