Searched refs:linePaddingHeight (Results 1 – 1 of 1) sorted by relevance
659 …int linePaddingHeight = m_popupClient->menuStyle().menuType() == PopupMenuStyle::AutofillPopup ? a… in getRowHeight() local660 int calculatedRowHeight = max(fontHeight, iconHeight) + linePaddingHeight * 2; in getRowHeight()