Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combolist.h27 void SetNotifyOwner(bool notify) { m_bNotifyOwner = notify; } in SetNotifyOwner()
38 bool m_bNotifyOwner = true; variable
Dcfwl_combolist.cpp133 if (m_bNotifyOwner) in OnDropListMouseMove()
134 m_bNotifyOwner = false; in OnDropListMouseMove()
148 } else if (m_bNotifyOwner) { in OnDropListMouseMove()
166 if (m_bNotifyOwner) { in OnDropListLButtonUp()