Searched refs:m_Processors (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.cpp305 m_Processors = NULL;
343 if ( m_Processors )
345 WX_CLEAR_LIST(wxHtmlProcessorList, *m_Processors);
351 delete m_Processors;
408 if (m_Processors || m_GlobalProcessors)
413 if ( m_Processors )
414 nodeL = m_Processors->GetFirst();
823 if (!m_Processors)
825 m_Processors = new wxHtmlProcessorList;
829 for (node = m_Processors
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlwin.h531 wxHtmlProcessorList *m_Processors; member in class:wxHtmlWindow

Completed in 38 milliseconds