Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.h223 bool m_deviceSupportsTouch; variable
DPopupListBox.cpp71 : m_deviceSupportsTouch(deviceSupportsTouch) in PopupListBox()
570 int minimumHeight = m_deviceSupportsTouch ? optionRowHeightForTouch : minRowHeight; in getRowHeight()