Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp755 if (!m_sPrivateParam.pMsgControl) in CreateMsgControl()
756 m_sPrivateParam.pMsgControl = new CPWL_MsgControl(this); in CreateMsgControl()
760 if (CPWL_MsgControl* pMsgControl = GetMsgControl()) in DestroyMsgControl() local
761 if (pMsgControl->IsWndCreated(this)) in DestroyMsgControl()
762 delete pMsgControl; in DestroyMsgControl()
766 return m_sPrivateParam.pMsgControl; in GetMsgControl()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h225 pMsgControl(NULL), in PWL_CREATEPARAM()
248 CPWL_MsgControl* pMsgControl; // ignore member