Home
last modified time | relevance | path

Searched refs:SetScrollPos (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_ctrl.cpp85 m_pEdit->SetScrollPos(CFX_PointF(m_pEdit->GetScrollPos().x, pos)); in ScrollWindowVertically()
370 void CPWL_EditCtrl::SetScrollPos(const CFX_PointF& point) { in SetScrollPos() function in CPWL_EditCtrl
371 m_pEdit->SetScrollPos(point); in SetScrollPos()
Dcpwl_edit_ctrl.h35 void SetScrollPos(const CFX_PointF& point);
Dcpwl_scroll_bar.h147 void SetScrollPos(float fPos);
Dcpwl_list_impl.h61 void SetScrollPos(const CFX_PointF& point);
Dcpwl_list_impl.cpp294 SetScrollPos(CFX_PointF(rect.left, rect.top)); in SetPlateRect()
450 void CPWL_ListCtrl::SetScrollPos(const CFX_PointF& point) { in SetScrollPos() function in CPWL_ListCtrl
Dcpwl_list_box.cpp246 m_pList->SetScrollPos(CFX_PointF(0, pos)); in ScrollWindowVertically()
Dcpwl_scroll_bar.cpp535 SetScrollPos(pos); in SetScrollPosition()
627 void CPWL_ScrollBar::SetScrollPos(float fPos) { in SetScrollPos() function in CPWL_ScrollBar
Dcpwl_edit_impl.h257 void SetScrollPos(const CFX_PointF& point);
Dcpwl_edit.cpp606 SetScrollPos(ptScroll); in OnMouseWheel()
Dcpwl_edit_impl.cpp1040 void CPWL_EditImpl::SetScrollPos(const CFX_PointF& point) { in SetScrollPos() function in CPWL_EditImpl
/external/syzkaller/executor/
Dsyscalls.h14171 {"SetScrollPos", 0, (syscall_t)SetScrollPos},
/external/syzkaller/sys/windows/
Dwindows.txt1548 SetScrollPos(hWnd ptr[inout, intptr], nBar int32, nPos int32, bRedraw int32)