Home
last modified time | relevance | path

Searched refs:ScrollToListItem (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp432 void CPWL_ListBox::ScrollToListItem(int32_t nItemIndex) { in ScrollToListItem() function in CPWL_ListBox
434 m_pList->ScrollToListItem(nItemIndex); in ScrollToListItem()
477 m_pList->ScrollToListItem(m_pList->GetFirstSelected()); in GetTopVisibleIndex()
DPWL_ComboBox.cpp419 m_pList->ScrollToListItem(m_nSelectItem); in RePosChildWnd()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp490 ScrollToListItem(nHitIndex); in OnMouseDown()
518 ScrollToListItem(nHitIndex); in OnMouseMove()
543 ScrollToListItem(nItemIndex); in OnVK()
710 void CFX_ListCtrl::ScrollToListItem(int32_t nItemIndex) { in ScrollToListItem() function in CFX_ListCtrl
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h87 void ScrollToListItem(int32_t nItemIndex);
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h303 void ScrollToListItem(int32_t nItemIndex) override;
Dfx_edit.h536 virtual void ScrollToListItem(int32_t nItemIndex) = 0;