Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp610 if (!m_CreationParams.pMsgControl) in CreateMsgControl()
611 m_CreationParams.pMsgControl = new CPWL_MsgControl(this); in CreateMsgControl()
615 CPWL_MsgControl* pMsgControl = GetMsgControl(); in DestroyMsgControl() local
616 if (pMsgControl && pMsgControl->IsWndCreated(this)) in DestroyMsgControl()
617 delete pMsgControl; in DestroyMsgControl()
621 return m_CreationParams.pMsgControl; in GetMsgControl()
Dcpwl_wnd.h130 CPWL_MsgControl* pMsgControl = nullptr; // ignore variable