Searched refs:SetScrollPos (Results 1 - 15 of 15) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ListCtrl.h17 void SetScrollPos(const CPDF_Point& point);
H A DPWL_ScrollBar.h120 void SetScrollPos(FX_FLOAT fPos);
H A DPWL_EditCtrl.h83 void SetScrollPos(const CPDF_Point& point);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp252 SetScrollPos(ptScroll);
401 m_pListContent->SetScrollPos(CPDF_Point(0.0f, 0.0f));
410 m_pListContent->SetScrollPos(CPDF_Point(0.0f, *(FX_FLOAT*)lParam));
487 m_pListContent->SetScrollPos(ptNew);
H A DPWL_EditCtrl.cpp103 m_pEdit->SetScrollPos(CPDF_Point(m_pEdit->GetScrollPos().x, fPos));
436 void CPWL_EditCtrl::SetScrollPos(const CPDF_Point& point) { function in class:CPWL_EditCtrl
438 m_pEdit->SetScrollPos(point);
H A DPWL_ListCtrl.cpp19 void CPWL_ListCtrl::SetScrollPos(const CPDF_Point& point) { function in class:CPWL_ListCtrl
H A DPWL_ListBox.cpp349 m_pList->SetScrollPos(CPDF_Point(0, fPos));
H A DPWL_ScrollBar.cpp826 SetScrollPos(fPos);
880 void CPWL_ScrollBar::SetScrollPos(FX_FLOAT fPos) { function in class:CPWL_ScrollBar
H A DPWL_Note.cpp491 SetScrollPos(CPDF_Point(0.0f, *(FX_FLOAT*)lParam));
1086 m_pContents->SetScrollPos(CPDF_Point(0.0f, 0.0f));
H A DPWL_Edit.cpp991 SetScrollPos(ptScroll);
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h209 virtual void SetScrollPos(const CPDF_Point& point) = 0;
535 virtual void SetScrollPos(const CPDF_Point& point) = 0;
H A Dfxet_list.h302 void SetScrollPos(const CPDF_Point& point) override;
H A Dfxet_edit.h537 void SetScrollPos(const CPDF_Point& point) override;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp584 SetScrollPos(CPDF_Point(rect.left, rect.top));
744 void CFX_ListCtrl::SetScrollPos(const CPDF_Point& point) { function in class:CFX_ListCtrl
H A Dfxet_edit.cpp1871 void CFX_Edit::SetScrollPos(const CPDF_Point& point) { function in class:CFX_Edit

Completed in 633 milliseconds