Searched refs:m_MaxIndex (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.h167 int GetMaxIndex() { return m_MaxIndex; }
183 int m_MaxIndex; // number of files we search 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.cpp887 m_MaxIndex = bookr->GetContentsEnd();
897 m_MaxIndex = m_Data->m_contents.size();
900 m_Active = (m_CurIndex < m_MaxIndex);
930 m_Active = (++m_CurIndex < m_MaxIndex);

Completed in 73 milliseconds