Searched refs:SetScrollPos (Results 1 – 10 of 10) sorted by relevance
71 m_pEdit->SetScrollPos(CFX_PointF(m_pEdit->GetScrollPos().x, pos)); in ScrollWindowVertically()356 void CPWL_EditCtrl::SetScrollPos(const CFX_PointF& point) { in SetScrollPos() function in CPWL_EditCtrl357 m_pEdit->SetScrollPos(point); in SetScrollPos()
37 void SetScrollPos(const CFX_PointF& point);
149 void SetScrollPos(float fPos);
61 void SetScrollPos(const CFX_PointF& point);
292 SetScrollPos(CFX_PointF(rect.left, rect.top)); in SetPlateRect()458 void CPWL_ListCtrl::SetScrollPos(const CFX_PointF& point) { in SetScrollPos() function in CPWL_ListCtrl
240 m_pList->SetScrollPos(CFX_PointF(0, pos)); in ScrollWindowVertically()
503 SetScrollPos(pos); in SetScrollPosition()600 void CPWL_ScrollBar::SetScrollPos(float fPos) { in SetScrollPos() function in CPWL_ScrollBar
281 void SetScrollPos(const CFX_PointF& point);
552 SetScrollPos(ptScroll); in OnMouseWheel()
1062 void CPWL_EditImpl::SetScrollPos(const CFX_PointF& point) { in SetScrollPos() function in CPWL_EditImpl