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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlwin.cpp302 m_HistoryPos = -1;
478 if (m_HistoryOn && (m_HistoryPos != -1))
483 (*m_History)[m_HistoryPos].SetPos(y);
590 int c = m_History->GetCount() - (m_HistoryPos + 1);
592 if (m_HistoryPos < 0 ||
593 (*m_History)[m_HistoryPos].GetPage() != m_OpenedPage ||
594 (*m_History)[m_HistoryPos].GetAnchor() != m_OpenedAnchor)
596 m_HistoryPos++;
598 m_History->RemoveAt(m_HistoryPos);
754 if (m_HistoryPos <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlwin.h536 int m_HistoryPos; member in class:wxHtmlWindow

Completed in 94 milliseconds