Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp119 if (!m_bNotifying) { in OnMouseEnter()
122 m_bNotifying = true; in OnMouseEnter()
132 m_bNotifying = false; in OnMouseEnter()
152 if (!m_bNotifying) { in OnMouseExit()
155 m_bNotifying = true; in OnMouseExit()
165 m_bNotifying = false; in OnMouseExit()
187 if (!m_bNotifying) { in OnLButtonDown()
191 m_bNotifying = true; in OnLButtonDown()
201 m_bNotifying = false; in OnLButtonDown()
262 if (m_bNotifying) in OnButtonUp()
[all …]
Dcffl_interactiveformfiller.h170 bool m_bNotifying = false; variable
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.h270 bool IsNotifying() const { return m_bNotifying; } in IsNotifying()
324 bool m_bNotifying = false; variable