Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.cpp400 static const int minRowHeight = 0; variable
591 int minimumHeight = m_deviceSupportsTouch ? optionRowHeightForTouch : minRowHeight; in getRowHeight()