Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp49 class CPWL_MsgControl : public Observable<CPWL_MsgControl> { class
51 explicit CPWL_MsgControl(CPWL_Wnd* pWnd) : m_pCreatedWnd(pWnd) {} in CPWL_MsgControl() function in CPWL_MsgControl
52 ~CPWL_MsgControl() {} in ~CPWL_MsgControl()
513 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in SetCapture()
522 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in ReleaseCapture()
527 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in SetFocus()
535 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in KillFocus()
633 m_CreationParams.pMsgControl = new CPWL_MsgControl(this); in CreateMsgControl()
637 CPWL_MsgControl* pMsgControl = GetMsgControl(); in DestroyMsgControl()
642 CPWL_MsgControl* CPWL_Wnd::GetMsgControl() const { in GetMsgControl()
[all …]
Dcpwl_wnd.h23 class CPWL_MsgControl; variable
145 CPWL_MsgControl* pMsgControl; // ignore
313 CPWL_MsgControl* GetMsgControl() const;