Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_comboboxproxy.cpp25 m_bLButtonUpSelf(false), in CFWL_ComboBoxProxy()
93 if (!m_bLButtonUpSelf) { in OnLButtonUp()
94 m_bLButtonUpSelf = true; in OnLButtonUp()
Dcfwl_comboboxproxy.h29 void Reset() { m_bLButtonUpSelf = false; } in Reset()
37 bool m_bLButtonUpSelf; variable