Lines Matching refs:CPWL_Wnd
151 CPWL_Wnd::DrawThisAppearance(pDevice, mtUser2Device); in DrawThisAppearance()
289 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
291 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonDown()
301 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
303 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonUp()
313 CPWL_Wnd::OnMouseMove(point, nFlag); in OnMouseMove()
315 if (CPWL_Wnd* pParent = GetParentWindow()) in OnMouseMove()
348 CPWL_Wnd::OnDestroy(); in OnDestroy()
445 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
499 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
538 void CPWL_ScrollBar::NotifyLButtonDown(CPWL_Wnd* child, const CFX_PointF& pos) { in NotifyLButtonDown()
547 void CPWL_ScrollBar::NotifyLButtonUp(CPWL_Wnd* child, const CFX_PointF& pos) { in NotifyLButtonUp()
556 void CPWL_ScrollBar::NotifyMouseMove(CPWL_Wnd* child, const CFX_PointF& pos) { in NotifyMouseMove()
818 CPWL_Wnd* pParent = GetParentWindow(); in NotifyScrollWindow()