Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp653 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in SetCapture() local
654 pMsgCtrl->SetCapture(this); in SetCapture()
662 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in ReleaseCapture() local
663 pMsgCtrl->ReleaseCapture(); in ReleaseCapture()
667 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in SetFocus() local
668 if (!pMsgCtrl->IsMainCaptureKeyboard(this)) in SetFocus()
669 pMsgCtrl->KillFocus(); in SetFocus()
670 pMsgCtrl->SetFocus(this); in SetFocus()
675 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in KillFocus() local
676 if (pMsgCtrl->IsWndCaptureKeyboard(this)) in KillFocus()
[all …]