Home
last modified time | relevance | path

Searched refs:SetListIcon (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_IconList.h71 void SetListIcon(FX_INT32 nItemIndex, FX_INT32 nIconIndex);
111 void SetListIcon(FX_INT32 nItemIndex, FX_INT32 nIconIndex);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_IconList.cpp372 void CPWL_IconList_Content::SetListIcon(FX_INT32 nItemIndex, FX_INT32 nIconIndex) in SetListIcon() function in CPWL_IconList_Content
535 void CPWL_IconList::SetListIcon(FX_INT32 nItemIndex, FX_INT32 nIconIndex) in SetListIcon() function in CPWL_IconList
537 m_pListContent->SetListIcon(nItemIndex, nIconIndex); in SetListIcon()