Searched refs:m_Handlers (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/common/
H A Dfilesys.cpp279 wxList wxFileSystem::m_Handlers; member in class:wxFileSystem
431 node = m_Handlers.GetFirst();
447 node = m_Handlers.GetFirst();
483 node = m_Handlers.GetFirst();
495 node = m_Handlers.GetFirst();
554 m_Handlers.Insert((size_t)0, handler);
564 if (!m_Handlers.DeleteObject(handler))
573 for ( wxList::compatibility_iterator node = m_Handlers.GetFirst();
586 WX_CLEAR_LIST(wxList, m_Handlers);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilesys.h220 // remove all items from the m_Handlers list
240 static wxList m_Handlers; member in class:wxFileSystem

Completed in 33 milliseconds