Searched refs:ms_instance (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgdiobj.cpp45 ms_instance = this;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dgdiobj.cpp38 ms_instance = this;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/private/
H A Dsocketevtdispatch.h60 static wxSocketEventDispatcher *ms_instance; member in class:wxSocketEventDispatcher
H A Dfontmgr.h190 static wxFontsManager *ms_instance; member in class:wxFontsManagerBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfontmgrcmn.cpp152 wxFontsManager *wxFontsManagerBase::ms_instance = NULL; member in class:wxFontsManagerBase
170 if ( !ms_instance )
171 ms_instance = new wxFontsManager();
172 return ms_instance;
178 wxDELETE(ms_instance);
H A Dsocketevtdispatch.cpp69 wxSocketEventDispatcher* wxSocketEventDispatcher::ms_instance = NULL; member in class:wxSocketEventDispatcher
74 if ( !ms_instance )
75 ms_instance = new wxSocketEventDispatcher;
76 return *ms_instance;
215 void OnExit() { wxDELETE(wxSocketEventDispatcher::ms_instance); }
H A Dgdicmn.cpp487 wxStockGDI* wxStockGDI::ms_instance = &gs_wxStockGDI_instance; member in class:wxStockGDI
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp52 wxXmlResource *wxXmlResource::ms_instance = NULL; member in class:wxXmlResource
56 if ( !ms_instance )
57 ms_instance = new wxXmlResource;
58 return ms_instance;
63 wxXmlResource *old = ms_instance;
64 ms_instance = res;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h302 static wxXmlResource *ms_instance; member in class:wxXmlResource
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgdicmn.h604 wxStockGDI operates as a singleton, accessed through the ms_instance
653 static wxStockGDI& instance() { return *ms_instance; }
663 static wxStockGDI* ms_instance; member in class:wxStockGDI

Completed in 83 milliseconds