Home
last modified time | relevance | path

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

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