Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp79 class CPWL_MsgControl { class
83 explicit CPWL_MsgControl(CPWL_Wnd* pWnd) { in CPWL_MsgControl() function in CPWL_MsgControl
88 ~CPWL_MsgControl() { in ~CPWL_MsgControl()
653 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in SetCapture()
662 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in ReleaseCapture()
667 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in SetFocus()
675 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in KillFocus()
756 m_sPrivateParam.pMsgControl = new CPWL_MsgControl(this); in CreateMsgControl()
760 if (CPWL_MsgControl* pMsgControl = GetMsgControl()) in DestroyMsgControl()
765 CPWL_MsgControl* CPWL_Wnd::GetMsgControl() const { in GetMsgControl()
[all …]
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h14 class CPWL_MsgControl; variable
248 CPWL_MsgControl* pMsgControl; // ignore
283 friend class CPWL_MsgControl; variable
450 CPWL_MsgControl* GetMsgControl() const;