Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Wnd.cpp40 pMsgControl(nullptr), in PWL_CREATEPARAM()
727 if (!m_sPrivateParam.pMsgControl) in CreateMsgControl()
728 m_sPrivateParam.pMsgControl = new CPWL_MsgControl(this); in CreateMsgControl()
732 if (CPWL_MsgControl* pMsgControl = GetMsgControl()) in DestroyMsgControl() local
733 if (pMsgControl->IsWndCreated(this)) in DestroyMsgControl()
734 delete pMsgControl; in DestroyMsgControl()
738 return m_sPrivateParam.pMsgControl; in GetMsgControl()
DPWL_Wnd.h189 pMsgControl = nullptr; in Reset()
211 CPWL_MsgControl* pMsgControl; // ignore member