Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp50 bool IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsWndCaptureKeyboard() function in CPWL_MsgControl
277 if (!IsWndCaptureKeyboard(this)) \
280 if (IsWndCaptureKeyboard(pChild.get())) \
362 if (!IsWndCaptureKeyboard(this)) in OnMouseWheel()
366 if (IsWndCaptureKeyboard(pChild.get())) in OnMouseWheel()
522 if (pMsgCtrl->IsWndCaptureKeyboard(this)) in KillFocus()
633 bool CPWL_Wnd::IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsWndCaptureKeyboard() function in CPWL_Wnd
635 return pCtrl && pCtrl->IsWndCaptureKeyboard(pWnd); in IsWndCaptureKeyboard()
Dcpwl_wnd.h285 bool IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const;