Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Wnd.cpp626 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in SetCapture() local
627 pMsgCtrl->SetCapture(this); in SetCapture()
635 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in ReleaseCapture() local
636 pMsgCtrl->ReleaseCapture(); in ReleaseCapture()
640 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in SetFocus() local
641 if (!pMsgCtrl->IsMainCaptureKeyboard(this)) in SetFocus()
642 pMsgCtrl->KillFocus(); in SetFocus()
643 pMsgCtrl->SetFocus(this); in SetFocus()
648 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in KillFocus() local
649 if (pMsgCtrl->IsWndCaptureKeyboard(this)) in KillFocus()
[all …]