Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_spinbutton.cpp205 bool bDnPress = m_rtDnButton.Contains(pMsg->m_pos) && IsDownButtonEnabled(); in OnLButtonDown() local
206 if (!bUpPress && !bDnPress) in OnLButtonDown()
212 if (bDnPress) { in OnLButtonDown()