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 79 class CPWL_MsgControl {
83 explicit CPWL_MsgControl(CPWL_Wnd* pWnd) {
88 ~CPWL_MsgControl() {
653 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl())
662 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl())
667 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) {
675 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) {
756 m_sPrivateParam.pMsgControl = new CPWL_MsgControl(this);
760 if (CPWL_MsgControl* pMsgControl = GetMsgControl())
765 CPWL_MsgControl* CPWL_Wnd::GetMsgControl() const
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 14 class CPWL_MsgControl;
248 CPWL_MsgControl* pMsgControl; // ignore
283 friend class CPWL_MsgControl;
450 CPWL_MsgControl* GetMsgControl() const;

Completed in 449 milliseconds