Home
last modified time | relevance | path

Searched refs:m_bDoActioning (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_Notify.cpp19 m_bDoActioning(FALSE), in CFFL_Notify()
115 if (this->m_bDoActioning) return FALSE; in DoAAction()
120 this->m_bDoActioning = TRUE; in DoAAction()
122 this->m_bDoActioning = FALSE; in DoAAction()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_Notify.h49 FX_BOOL m_bDoActioning; variable