Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp42 bool IsWndCaptureMouse(const CPWL_Wnd* pWnd) const { in IsWndCaptureMouse() function in CPWL_MsgControl
294 if (IsWndCaptureMouse(this)) { \ in PWL_IMPLEMENT_KEY_METHOD()
296 if (IsWndCaptureMouse(pChild.get())) { \ in PWL_IMPLEMENT_KEY_METHOD()
625 return IsWndCaptureMouse(this); in IsCaptureMouse()
628 bool CPWL_Wnd::IsWndCaptureMouse(const CPWL_Wnd* pWnd) const { in IsWndCaptureMouse() function in CPWL_Wnd
630 return pCtrl && pCtrl->IsWndCaptureMouse(pWnd); in IsWndCaptureMouse()
Dcpwl_wnd.h284 bool IsWndCaptureMouse(const CPWL_Wnd* pWnd) const;