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 91 /* --------------------------- CPWL_MsgControl ---------------------------- */
93 class CPWL_MsgControl
98 CPWL_MsgControl(CPWL_Wnd * pWnd)
100 // PWL_TRACE("new CPWL_MsgControl\n");
105 ~CPWL_MsgControl()
107 // PWL_TRACE("~CPWL_MsgControl\n");
853 if (CPWL_MsgControl * pMsgCtrl = GetMsgControl())
863 if (CPWL_MsgControl * pMsgCtrl = GetMsgControl())
869 if (CPWL_MsgControl * pMsgCtrl = GetMsgControl())
879 if (CPWL_MsgControl * pMsgCtrl = GetMsgControl())
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 12 class CPWL_MsgControl;
247 CPWL_MsgControl* pMsgControl; //ignore
285 friend class CPWL_MsgControl;
450 CPWL_MsgControl* GetMsgControl() const;

Completed in 46 milliseconds