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 755 if (!m_sPrivateParam.pMsgControl)
756 m_sPrivateParam.pMsgControl = new CPWL_MsgControl(this);
760 if (CPWL_MsgControl* pMsgControl = GetMsgControl())
761 if (pMsgControl->IsWndCreated(this))
762 delete pMsgControl;
766 return m_sPrivateParam.pMsgControl;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 225 pMsgControl(NULL),
248 CPWL_MsgControl* pMsgControl; // ignore

Completed in 510 milliseconds