Searched refs:bGroupIfEmptyAlso (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/palmos/
H A Dprefconf.cpp212 bool wxPrefConfig::DeleteEntry(const wxString& value, bool bGroupIfEmptyAlso) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Diniconf.h77 virtual bool DeleteEntry(const wxString& Key, bool bGroupIfEmptyAlso = true);
H A Dregconf.h75 virtual bool DeleteEntry(const wxString& key, bool bGroupIfEmptyAlso = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprefconf.h66 virtual bool DeleteEntry(const wxString& key, bool bGroupIfEmptyAlso = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfileconf.h163 virtual bool DeleteEntry(const wxString& key, bool bGroupIfEmptyAlso = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Diniconf.cpp372 bool wxIniConfig::DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso) argument
382 if ( !bGroupIfEmptyAlso || !IsEmpty() )
H A Dregconf.cpp680 bool wxRegConfig::DeleteEntry(const wxString& value, bool bGroupIfEmptyAlso) argument
688 if ( bGroupIfEmptyAlso && m_keyLocal.IsEmpty() ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Diniconf.cpp400 bool wxIniConfig::DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso) argument
412 if ( !bGroupIfEmptyAlso || !IsEmpty() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Diniconf.h96 virtual bool DeleteEntry(const wxString& Key, bool bGroupIfEmptyAlso);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileconf.cpp1161 bool wxFileConfig::DeleteEntry(const wxString& key, bool bGroupIfEmptyAlso) argument
1170 if ( bGroupIfEmptyAlso && m_pCurrentGroup->IsEmpty() ) {

Completed in 77 milliseconds