Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp42 pMsgControl(nullptr), in CreateParams()
632 if (!m_CreationParams.pMsgControl) in CreateMsgControl()
633 m_CreationParams.pMsgControl = new CPWL_MsgControl(this); in CreateMsgControl()
637 CPWL_MsgControl* pMsgControl = GetMsgControl(); in DestroyMsgControl() local
638 if (pMsgControl && pMsgControl->IsWndCreated(this)) in DestroyMsgControl()
639 delete pMsgControl; in DestroyMsgControl()
643 return m_CreationParams.pMsgControl; in GetMsgControl()
Dcpwl_wnd.h145 CPWL_MsgControl* pMsgControl; // ignore variable