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

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp154 m_bEnableNotify(TRUE),
326 if (m_bEnableNotify)
338 m_bEnableNotify = bNotify;
H A DPWL_Note.cpp125 CPWL_Note_Edit::CPWL_Note_Edit() : m_bEnableNotify(TRUE),
139 m_bEnableNotify = FALSE;
141 m_bEnableNotify = TRUE;
148 m_bEnableNotify = FALSE;
150 m_bEnableNotify = TRUE;
156 m_bEnableNotify = FALSE;
158 m_bEnableNotify = TRUE;
184 if (m_bEnableNotify)
213 if (m_bEnableNotify)
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_IconList.h92 FX_BOOL m_bEnableNotify; member in class:CPWL_IconList_Content
H A DPWL_Note.h143 void EnableNotify(FX_BOOL bEnable) {m_bEnableNotify = bEnable;}
157 FX_BOOL m_bEnableNotify; member in class:CPWL_Note_Edit

Completed in 223 milliseconds