Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_spinbutton.cpp34 m_bLButtonDwn(false), in CFWL_SpinButton()
200 m_bLButtonDwn = true; in OnLButtonDown()
228 m_bLButtonDwn = false; in OnLButtonUp()
251 if (m_bLButtonDwn) in OnMouseMove()
Dcfwl_spinbutton.h68 bool m_bLButtonDwn; variable