Searched refs:m_Active (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.h165 bool IsActive() { return m_Active; }
181 bool m_Active; // search is not finished 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.cpp900 m_Active = (m_CurIndex < m_MaxIndex);
919 if (!m_Active)
922 wxASSERT(m_Active);
930 m_Active = (++m_CurIndex < m_MaxIndex);

Completed in 61 milliseconds