Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.cpp394 void CPWL_ListBox::ScrollToListItem(int32_t nItemIndex) { in ScrollToListItem() function in CPWL_ListBox
395 m_pList->ScrollToListItem(nItemIndex); in ScrollToListItem()
423 m_pList->ScrollToListItem(m_pList->GetFirstSelected()); in GetTopVisibleIndex()
DPWL_ListBox.h82 void ScrollToListItem(int32_t nItemIndex);
DPWL_ComboBox.cpp399 m_pList->ScrollToListItem(m_nSelectItem); in RePosChildWnd()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp272 ScrollToListItem(nHitIndex); in OnMouseDown()
300 ScrollToListItem(nHitIndex); in OnMouseMove()
325 ScrollToListItem(nItemIndex); in OnVK()
507 void CFX_ListCtrl::ScrollToListItem(int32_t nItemIndex) { in ScrollToListItem() function in CFX_ListCtrl
Dfxet_list.h239 void ScrollToListItem(int32_t nItemIndex);