Searched refs:m_bMsgBoxEnable (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Context.h77 virtual void EnableMessageBox(FX_BOOL bEnable) {m_bMsgBoxEnable = bEnable;}
78 FX_BOOL IsMsgBoxEnabled() const {return m_bMsgBoxEnable;}
94 FX_BOOL m_bMsgBoxEnable; member in class:CJS_Context
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Context.cpp20 m_bMsgBoxEnable(TRUE)

Completed in 78 milliseconds