Searched refs:m_History (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.cpp304 m_History = new wxHtmlHistoryArray;
350 delete m_History;
483 (*m_History)[m_HistoryPos].SetPos(y);
590 int c = m_History->GetCount() - (m_HistoryPos + 1);
593 (*m_History)[m_HistoryPos].GetPage() != m_OpenedPage ||
594 (*m_History)[m_HistoryPos].GetAnchor() != m_OpenedAnchor)
598 m_History->RemoveAt(m_HistoryPos);
599 m_History->Add(new wxHtmlHistoryItem(m_OpenedPage, m_OpenedAnchor));
759 (*m_History)[m_HistoryPos].SetPos(y);
764 l = (*m_History)[m_HistoryPo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlwin.h535 wxHtmlHistoryArray *m_History; member in class:wxHtmlWindow

Completed in 101 milliseconds