HomeSort by relevance Sort by last modified time
    Searched refs:pMsgControl (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 981 if (!m_sPrivateParam.pMsgControl)
982 m_sPrivateParam.pMsgControl = new CPWL_MsgControl(this);
987 if (CPWL_MsgControl* pMsgControl = GetMsgControl())
988 if (pMsgControl->IsWndCreated(this))
989 delete pMsgControl;
994 return m_sPrivateParam.pMsgControl;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 222 pMsgControl(NULL),
247 CPWL_MsgControl* pMsgControl; //ignore

Completed in 86 milliseconds