Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp105 : m_bEnableNotify(TRUE), in CPWL_Note_Edit()
114 m_bEnableNotify = FALSE; in RePosChildWnd()
116 m_bEnableNotify = TRUE; in RePosChildWnd()
122 m_bEnableNotify = FALSE; in SetText()
124 m_bEnableNotify = TRUE; in SetText()
129 m_bEnableNotify = FALSE; in OnSetFocus()
131 m_bEnableNotify = TRUE; in OnSetFocus()
156 if (m_bEnableNotify) { in OnNotify()
179 if (m_bEnableNotify) { in OnNotify()
1033 m_bEnableNotify(TRUE) {} in CPWL_Note()
[all …]
DPWL_IconList.cpp133 m_bEnableNotify(TRUE), in CPWL_IconList_Content()
279 if (m_bEnableNotify) in GetNotify()
289 m_bEnableNotify = bNotify; in EnableNotify()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Note.h141 void EnableNotify(FX_BOOL bEnable) { m_bEnableNotify = bEnable; } in EnableNotify()
157 FX_BOOL m_bEnableNotify;
347 FX_BOOL m_bEnableNotify; variable
DPWL_IconList.h90 FX_BOOL m_bEnableNotify; variable