Home
last modified time | relevance | path

Searched refs:CPWL_MsgControl (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Wnd.cpp103 class CPWL_MsgControl { class
107 explicit CPWL_MsgControl(CPWL_Wnd* pWnd) { in CPWL_MsgControl() function in CPWL_MsgControl
112 ~CPWL_MsgControl() { Default(); } in ~CPWL_MsgControl()
626 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in SetCapture()
635 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in ReleaseCapture()
640 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in SetFocus()
648 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in KillFocus()
728 m_sPrivateParam.pMsgControl = new CPWL_MsgControl(this); in CreateMsgControl()
732 if (CPWL_MsgControl* pMsgControl = GetMsgControl()) in DestroyMsgControl()
737 CPWL_MsgControl* CPWL_Wnd::GetMsgControl() const { in GetMsgControl()
[all …]
DPWL_Wnd.h20 class CPWL_MsgControl; variable
211 CPWL_MsgControl* pMsgControl; // ignore
341 friend class CPWL_MsgControl;
397 CPWL_MsgControl* GetMsgControl() const;