Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_spinbutton.cpp204 bool bUpPress = m_rtUpButton.Contains(pMsg->m_pos) && IsUpButtonEnabled(); in OnLButtonDown() local
206 if (!bUpPress && !bDnPress) in OnLButtonDown()
208 if (bUpPress) { in OnLButtonDown()
220 RepaintRect(bUpPress ? m_rtUpButton : m_rtDnButton); in OnLButtonDown()