Searched refs:DoDelete (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhash.h181 void* DoDelete( long key, long hash );
182 void* DoDelete( const wxChar* key, long hash );
373 { return (wxObject*)DoDelete( key, key ); }
375 { return (wxObject*)DoDelete( key, lhash ); }
377 { return (wxObject*)DoDelete( key, MakeKey( key ) ); }
379 { return (wxObject*)DoDelete( key, lhash ); }
525 eltype *Delete(long key) { return (eltype*)DoDelete(key, key); } \
527 { return (eltype*)DoDelete(key, lhash); } \
H A Dmenu.h351 virtual bool DoDelete(wxMenuItem *item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dtextctrl.h242 void DoDelete();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dhash.cpp938 void* wxHashTableBase::DoDelete( long key, long hash ) function in class:wxHashTableBase
972 void* wxHashTableBase::DoDelete( const wxChar* key, long hash ) function in class:wxHashTableBase
H A Dmenucmn.cpp577 return DoDelete(item);
580 bool wxMenuBase::DoDelete(wxMenuItem *item) function in class:wxMenuBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dtextctrl.cpp1255 void wxTextCtrl::DoDelete() function in class:wxTextCtrl
1944 DoDelete();

Completed in 96 milliseconds