Home
last modified time | relevance | path

Searched refs:GetRowHeightFromId (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc350 top += GetRowHeightFromId(identifiers()[i]); in GetRowBounds()
357 GetRowHeightFromId(identifiers()[index])); in GetRowBounds()
507 current_height += GetRowHeightFromId(identifiers()[i]); in LineFromY()
517 int AutofillPopupControllerImpl::GetRowHeightFromId(int identifier) const { in GetRowHeightFromId() function in autofill::AutofillPopupControllerImpl
578 popup_height += GetRowHeightFromId(identifiers()[i]); in GetDesiredPopupHeight()
Dautofill_popup_controller_impl.h121 int GetRowHeightFromId(int identifier) const;