Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp500 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in SetCapture() local
501 pMsgCtrl->SetCapture(this); in SetCapture()
508 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in ReleaseCapture() local
509 pMsgCtrl->ReleaseCapture(); in ReleaseCapture()
513 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in SetFocus() local
514 if (!pMsgCtrl->IsMainCaptureKeyboard(this)) in SetFocus()
515 pMsgCtrl->KillFocus(); in SetFocus()
516 pMsgCtrl->SetFocus(this); in SetFocus()
521 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in KillFocus() local
522 if (pMsgCtrl->IsWndCaptureKeyboard(this)) in KillFocus()
[all …]