HomeSort by relevance Sort by last modified time
    Searched refs:SetScrollPos (Results 1 - 18 of 18) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListCtrl.h 19 void SetScrollPos(const CPDF_Point& point);
PWL_EditCtrl.h 104 void SetScrollPos(const CPDF_Point& point);
PWL_ScrollBar.h 124 void SetScrollPos(FX_FLOAT fPos);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 295 this->SetScrollPos(ptScroll);
482 m_pListContent->SetScrollPos(CPDF_Point(0.0f,0.0f));
492 m_pListContent->SetScrollPos(CPDF_Point(0.0f, *(FX_FLOAT*)lParam));
579 m_pListContent->SetScrollPos(ptNew);
PWL_EditCtrl.cpp 118 m_pEdit->SetScrollPos(CPDF_Point(m_pEdit->GetScrollPos().x,fPos));
497 void CPWL_EditCtrl::SetScrollPos(const CPDF_Point& point)
500 m_pEdit->SetScrollPos(point);
PWL_ListCtrl.cpp 26 void CPWL_ListCtrl::SetScrollPos(const CPDF_Point& point)
PWL_ListBox.cpp 395 m_pList->SetScrollPos(CPDF_Point(0,fPos));
PWL_ScrollBar.cpp 924 this->SetScrollPos(fPos);
985 void CPWL_ScrollBar::SetScrollPos(FX_FLOAT fPos)
    [all...]
PWL_Note.cpp 575 this->SetScrollPos(CPDF_Point(0.0f, *(FX_FLOAT*)lParam));
1290 m_pContents->SetScrollPos(CPDF_Point(0.0f,0.0f));
    [all...]
PWL_Edit.cpp 1082 this->SetScrollPos(ptScroll);
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 179 virtual void SetScrollPos(const CPDF_Point & point) = 0;
440 virtual void SetScrollPos(const CPDF_Point & point) = 0;
fxet_list.h 324 void SetScrollPos(const CPDF_Point & point);
fxet_edit.h 583 void SetScrollPos(const CPDF_Point & point);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 726 SetScrollPos(CPDF_Point(rect.left,rect.top));
915 void CFX_ListCtrl::SetScrollPos(const CPDF_Point & point)
fxet_edit.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h16     [all...]
windowsx.h     [all...]
winuser.h     [all...]

Completed in 269 milliseconds