Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp122 FX_BOOL IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsWndCaptureKeyboard() function in CPWL_MsgControl
412 if (IsWndCaptureKeyboard(this)) { \
415 if (IsWndCaptureKeyboard(pChild)) { \
474 if (IsWndCaptureKeyboard(this)) { in PWL_IMPLEMENT_KEY_METHOD()
477 if (IsWndCaptureKeyboard(pChild)) { in PWL_IMPLEMENT_KEY_METHOD()
676 if (pMsgCtrl->IsWndCaptureKeyboard(this)) in KillFocus()
780 FX_BOOL CPWL_Wnd::IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsWndCaptureKeyboard() function in CPWL_Wnd
782 return pCtrl->IsWndCaptureKeyboard(pWnd); in IsWndCaptureKeyboard()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h431 FX_BOOL IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const;