Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Wnd.cpp626 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()
732 if (CPWL_MsgControl* pMsgControl = GetMsgControl()) in DestroyMsgControl()
737 CPWL_MsgControl* CPWL_Wnd::GetMsgControl() const { in GetMsgControl() function in CPWL_Wnd
746 if (CPWL_MsgControl* pCtrl = GetMsgControl()) in IsWndCaptureMouse()
753 if (CPWL_MsgControl* pCtrl = GetMsgControl()) in IsWndCaptureKeyboard()
760 if (CPWL_MsgControl* pCtrl = GetMsgControl()) in IsFocused()
887 CPWL_MsgControl* pMsgCtrl = GetMsgControl(); in GetFocused()
DPWL_Wnd.h397 CPWL_MsgControl* GetMsgControl() const;