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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListCtrl.h 18 CPDF_Point GetScrollPos() const;
PWL_EditCtrl.h 82 CPDF_Point GetScrollPos() const;
  /external/pdfium/xfa/src/fwl/src/lightwidget/
listbox.cpp 102 FWL_ERR CFWL_ListBox::GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert) {
105 return static_cast<IFWL_ListBox*>(m_pIface)->GetScrollPos(fPos, bVert);
172 static_cast<IFWL_ListBox*>(m_pIface)->GetScrollPos(fx);
173 static_cast<IFWL_ListBox*>(m_pIface)->GetScrollPos(fy, FALSE);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 154 GetScrollPos();
244 CPDF_Point ptScroll = GetScrollPos();
467 CPDF_Point ptScroll = m_pListContent->GetScrollPos();
PWL_EditCtrl.cpp 103 m_pEdit->SetScrollPos(CPDF_Point(m_pEdit->GetScrollPos().x, fPos));
441 CPDF_Point CPWL_EditCtrl::GetScrollPos() const {
443 return m_pEdit->GetScrollPos();
PWL_ListCtrl.cpp 35 CPDF_Point CPWL_ListCtrl::GetScrollPos() const {
PWL_Note.cpp     [all...]
PWL_Edit.cpp 984 CPDF_Point ptScroll = GetScrollPos();
    [all...]
  /external/pdfium/xfa/include/fwl/basewidget/
fwl_listbox.h 123 FWL_ERR GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert = TRUE);
  /external/pdfium/xfa/include/fwl/lightwidget/
listbox.h 28 FWL_ERR GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert = TRUE);
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_listboximp.h 39 virtual FWL_ERR GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert = TRUE);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_listboximp.cpp 52 FWL_ERR IFWL_ListBox::GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert) {
53 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetScrollPos(fPos, bVert);
298 FWL_ERR CFWL_ListBoxImp::GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert) {
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 299 virtual CPDF_Point GetScrollPos() const = 0;
fxet_edit.h 612 CPDF_Point GetScrollPos() const override;
  /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...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp     [all...]

Completed in 573 milliseconds