Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp58 bool IsWndCaptureMouse(const CPWL_Wnd* pWnd) const { in IsWndCaptureMouse() function in CPWL_MsgControl
330 if (IsWndCaptureMouse(this)) { \ in PWL_IMPLEMENT_KEY_METHOD()
332 if (pChild && IsWndCaptureMouse(pChild)) { \ in PWL_IMPLEMENT_KEY_METHOD()
647 return IsWndCaptureMouse(this); in IsCaptureMouse()
650 bool CPWL_Wnd::IsWndCaptureMouse(const CPWL_Wnd* pWnd) const { in IsWndCaptureMouse() function in CPWL_Wnd
652 return pCtrl ? pCtrl->IsWndCaptureMouse(pWnd) : false; in IsWndCaptureMouse()
Dcpwl_wnd.h280 bool IsWndCaptureMouse(const CPWL_Wnd* pWnd) const;