Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_IconList.h106 void SetTopItem(FX_INT32 nIndex);
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h335 void SetTopItem(FX_INT32 nIndex);
Dfx_edit.h472 virtual void SetTopItem(FX_INT32 nIndex) = 0;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_IconList.cpp510 void CPWL_IconList::SetTopItem(FX_INT32 nIndex) in SetTopItem() function in CPWL_IconList
DPWL_ListBox.cpp514 m_pList->SetTopItem(nItemIndex); in SetTopVisibleIndex()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp969 void CFX_ListCtrl::SetTopItem(FX_INT32 nIndex) in SetTopItem() function in CFX_ListCtrl