Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp66 bool IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsWndCaptureKeyboard() function in CPWL_MsgControl
313 if (!IsWndCaptureKeyboard(this)) \
316 if (pChild && IsWndCaptureKeyboard(pChild)) \
371 if (!IsWndCaptureKeyboard(this)) in OnMouseWheel()
375 if (pChild && IsWndCaptureKeyboard(pChild)) in OnMouseWheel()
536 if (pMsgCtrl->IsWndCaptureKeyboard(this)) in KillFocus()
655 bool CPWL_Wnd::IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsWndCaptureKeyboard() function in CPWL_Wnd
657 return pCtrl ? pCtrl->IsWndCaptureKeyboard(pWnd) : false; in IsWndCaptureKeyboard()
Dcpwl_wnd.h281 bool IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const;