Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combolist.cpp24 : CFWL_ListBox(app, std::move(properties), pOuter), m_bNotifyOwner(true) { in CFWL_ComboList()
133 if (m_bNotifyOwner) in OnDropListMouseMove()
134 m_bNotifyOwner = false; in OnDropListMouseMove()
148 } else if (m_bNotifyOwner) { in OnDropListMouseMove()
166 if (m_bNotifyOwner) { in OnDropListLButtonUp()
Dcfwl_combolist.h29 void SetNotifyOwner(bool notify) { m_bNotifyOwner = notify; } in SetNotifyOwner()
40 bool m_bNotifyOwner; variable