Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp30 : m_pFormFillEnv(pFormFillEnv), m_bNotifying(false) {} in CFFL_InteractiveFormFiller()
120 if (!m_bNotifying) { in OnMouseEnter()
123 m_bNotifying = true; in OnMouseEnter()
133 m_bNotifying = false; in OnMouseEnter()
153 if (!m_bNotifying) { in OnMouseExit()
156 m_bNotifying = true; in OnMouseExit()
166 m_bNotifying = false; in OnMouseExit()
188 if (!m_bNotifying) { in OnLButtonDown()
192 m_bNotifying = true; in OnLButtonDown()
202 m_bNotifying = false; in OnLButtonDown()
[all …]
Dcffl_interactiveformfiller.h152 bool m_bNotifying; variable
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.h271 void SetNotifyFlag(bool bNotifying = true) { m_bNotifying = bNotifying; }
272 bool IsNotifying() const { return m_bNotifying; } in IsNotifying()
322 bool m_bNotifying; variable
Dcpwl_wnd.cpp126 m_bNotifying(false), in CPWL_Wnd()