Home
last modified time | relevance | path

Searched refs:GetScrollPos (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListCtrl.h19 CPDF_Point GetScrollPos() const;
DPWL_EditCtrl.h109 CPDF_Point GetScrollPos() const;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_IconList.cpp182 this->GetScrollPos(); in CreateChildWnd()
284 CPDF_Point ptScroll = GetScrollPos(); in ScrollToItem()
557 CPDF_Point ptScroll = m_pListContent->GetScrollPos(); in OnMouseWheel()
DPWL_EditCtrl.cpp118 m_pEdit->SetScrollPos(CPDF_Point(m_pEdit->GetScrollPos().x,fPos)); in OnNotify()
503 CPDF_Point CPWL_EditCtrl::GetScrollPos() const in GetScrollPos() function in CPWL_EditCtrl
506 return m_pEdit->GetScrollPos(); in GetScrollPos()
DPWL_ListCtrl.cpp43 CPDF_Point CPWL_ListCtrl::GetScrollPos() const in GetScrollPos() function in CPWL_ListCtrl
DPWL_Note.cpp1550 CPDF_Point ptScroll = m_pContents->GetScrollPos(); in OnMouseWheel()
1621 CPDF_Point ptScroll = m_pContents->GetScrollPos(); in OnNotify()
1667 CPDF_Point ptScroll = m_pContents->GetScrollPos(); in OnNotify()
1679 CPDF_Point ptScroll = m_pContents->GetScrollPos(); in OnNotify()
DPWL_Edit.cpp1076 CPDF_Point ptScroll = GetScrollPos(); in OnMouseWheel()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h281 virtual CPDF_Point GetScrollPos() const = 0;
Dfxet_edit.h652 CPDF_Point GetScrollPos() const;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp2260 CPDF_Point CFX_Edit::GetScrollPos() const in GetScrollPos() function in CFX_Edit