Searched refs:m_nSelectIndex (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp152 m_nSelectIndex(-1),
234 if (m_nSelectIndex > 0)
236 FX_INT32 nItemIndex = m_nSelectIndex - 1;
242 if (m_nSelectIndex < m_nListCount-1)
244 FX_INT32 nItemIndex = m_nSelectIndex + 1;
308 if (m_nSelectIndex != nIndex)
310 SelectItem(m_nSelectIndex, FALSE);
312 m_nSelectIndex = nIndex;
321 return m_nSelectIndex;
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_IconList.h90 FX_BOOL m_nSelectIndex; member in class:CPWL_IconList_Content

Completed in 95 milliseconds