Searched refs:m_HandlersHash (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 Dhtmlpars.cpp74 : wxObject(), m_HandlersHash(wxKEY_STRING),
99 m_HandlersHash.Clear();
325 h = (wxHtmlTagHandler*) m_HandlersHash.Get(tag.GetName());
345 m_HandlersHash.Put(tokenizer.GetNextToken(), handler);
363 m_HandlersStack->Insert((wxObject*)new wxHashTable(m_HandlersHash));
368 m_HandlersHash.Delete(key);
369 m_HandlersHash.Put(key, handler);
388 m_HandlersHash = *((wxHashTable*) first->GetData());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlpars.h169 // m_HandlersHash is for random access based on knowledge of tag name (BR, P, etc.)
174 wxHashTable m_HandlersHash; member in class:wxHtmlParser

Completed in 59 milliseconds