Searched refs:SetScrollPos (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_ctrl.cpp | 85 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()
|
D | cpwl_edit_ctrl.h | 35 void SetScrollPos(const CFX_PointF& point);
|
D | cpwl_scroll_bar.h | 147 void SetScrollPos(float fPos);
|
D | cpwl_list_impl.h | 61 void SetScrollPos(const CFX_PointF& point);
|
D | cpwl_list_impl.cpp | 294 SetScrollPos(CFX_PointF(rect.left, rect.top)); in SetPlateRect() 450 void CPWL_ListCtrl::SetScrollPos(const CFX_PointF& point) { in SetScrollPos() function in CPWL_ListCtrl
|
D | cpwl_list_box.cpp | 246 m_pList->SetScrollPos(CFX_PointF(0, pos)); in ScrollWindowVertically()
|
D | cpwl_scroll_bar.cpp | 535 SetScrollPos(pos); in SetScrollPosition() 627 void CPWL_ScrollBar::SetScrollPos(float fPos) { in SetScrollPos() function in CPWL_ScrollBar
|
D | cpwl_edit_impl.h | 257 void SetScrollPos(const CFX_PointF& point);
|
D | cpwl_edit.cpp | 606 SetScrollPos(ptScroll); in OnMouseWheel()
|
D | cpwl_edit_impl.cpp | 1040 void CPWL_EditImpl::SetScrollPos(const CFX_PointF& point) { in SetScrollPos() function in CPWL_EditImpl
|
/external/syzkaller/executor/ |
D | syscalls.h | 14171 {"SetScrollPos", 0, (syscall_t)SetScrollPos},
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 1548 SetScrollPos(hWnd ptr[inout, intptr], nBar int32, nPos int32, bRedraw int32)
|