HomeSort by relevance Sort by last modified time
    Searched refs:m_bEnableNotify (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_IconList.h 87 FX_BOOL m_bEnableNotify;
PWL_Note.h 136 void EnableNotify(FX_BOOL bEnable) {m_bEnableNotify = bEnable;}
150 FX_BOOL m_bEnableNotify;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 154 m_bEnableNotify(TRUE),
326 if (m_bEnableNotify)
338 m_bEnableNotify = bNotify;
PWL_Note.cpp 125 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)
    [all...]

Completed in 46 milliseconds