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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhelpdata.h166 int GetCurIndex() { return m_CurIndex; }
182 int m_CurIndex; // where we are now member in class:wxHtmlSearchStatus
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpdata.cpp886 m_CurIndex = bookr->GetContentsStart();
896 m_CurIndex = 0;
900 m_Active = (m_CurIndex < m_MaxIndex);
915 int i = m_CurIndex; // shortcut
930 m_Active = (++m_CurIndex < m_MaxIndex);

Completed in 20 milliseconds