Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp145 FX_BOOL IsWndCaptureKeyboard(const CPWL_Wnd * pWnd) const in IsWndCaptureKeyboard() function in CPWL_MsgControl
520 if (IsWndCaptureKeyboard(this))\
526 if (IsWndCaptureKeyboard(pChild))\
595 if (IsWndCaptureKeyboard(this)) in PWL_IMPLEMENT_KEY_METHOD()
601 if (IsWndCaptureKeyboard(pChild)) in PWL_IMPLEMENT_KEY_METHOD()
881 if (pMsgCtrl->IsWndCaptureKeyboard(this)) in KillFocus()
1010 FX_BOOL CPWL_Wnd::IsWndCaptureKeyboard(const CPWL_Wnd * pWnd) const in IsWndCaptureKeyboard() function in CPWL_Wnd
1013 return pCtrl->IsWndCaptureKeyboard(pWnd); in IsWndCaptureKeyboard()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h431 FX_BOOL IsWndCaptureKeyboard(const CPWL_Wnd * pWnd) const;