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

  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Wnd.cpp 103 class CPWL_MsgControl {
107 explicit CPWL_MsgControl(CPWL_Wnd* pWnd) {
112 ~CPWL_MsgControl() { Default(); }
626 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl())
635 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl())
640 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) {
648 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) {
728 m_sPrivateParam.pMsgControl = new CPWL_MsgControl(this);
732 if (CPWL_MsgControl* pMsgControl = GetMsgControl())
737 CPWL_MsgControl* CPWL_Wnd::GetMsgControl() const
    [all...]
PWL_Wnd.h 20 class CPWL_MsgControl;
211 CPWL_MsgControl* pMsgControl; // ignore
341 friend class CPWL_MsgControl;
397 CPWL_MsgControl* GetMsgControl() const;

Completed in 71 milliseconds