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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 96 /* --------------------------- CPWL_MsgControl ---------------------------- */
98 class CPWL_MsgControl
103 CPWL_MsgControl(CPWL_Wnd * pWnd)
105 // PWL_TRACE("new CPWL_MsgControl\n");
110 ~CPWL_MsgControl()
112 // PWL_TRACE("~CPWL_MsgControl\n");
858 if (CPWL_MsgControl * pMsgCtrl = GetMsgControl())
868 if (CPWL_MsgControl * pMsgCtrl = GetMsgControl())
874 if (CPWL_MsgControl * pMsgCtrl = GetMsgControl())
884 if (CPWL_MsgControl * pMsgCtrl = GetMsgControl()
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 14 class CPWL_MsgControl;
255 CPWL_MsgControl* pMsgControl; //ignore
293 friend class CPWL_MsgControl;
458 CPWL_MsgControl* GetMsgControl() const;

Completed in 1917 milliseconds