Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.cpp659 …int linePaddingHeight = m_popupClient->menuStyle().menuType() == PopupMenuStyle::AutofillPopup ? a… in getRowHeight() local
660 int calculatedRowHeight = max(fontHeight, iconHeight) + linePaddingHeight * 2; in getRowHeight()