Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp513 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in SetCapture() local
514 pMsgCtrl->SetCapture(this); in SetCapture()
522 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in ReleaseCapture() local
523 pMsgCtrl->ReleaseCapture(); in ReleaseCapture()
527 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in SetFocus() local
528 if (!pMsgCtrl->IsMainCaptureKeyboard(this)) in SetFocus()
529 pMsgCtrl->KillFocus(); in SetFocus()
530 pMsgCtrl->SetFocus(this); in SetFocus()
535 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in KillFocus() local
536 if (pMsgCtrl->IsWndCaptureKeyboard(this)) in KillFocus()
[all …]