Searched refs:DeleteContents (Results 1 - 25 of 39) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Daccel.cpp53 m_accels.DeleteContents( true );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DScopedPtr.h29 #include "OtherFunctions.h" // Needed for DeleteContents()
144 * which has to be freed with DeleteContents.
165 DeleteContents(*m_ptr);
H A DKnownFileList.cpp174 DeleteContents(m_knownFileMap);
175 DeleteContents(m_duplicateFileList);
H A DClientCreditsList.cpp60 DeleteContents(m_mapClients);
141 DeleteContents(m_mapClients);
H A DOtherFunctions.h135 //! Used by DeleteContents
154 void DeleteContents(STL_CONTAINER& container) function
H A DFriendList.cpp47 DeleteContents(m_FriendList);
H A DUploadClient.cpp719 DeleteContents(m_BlockRequests_queue);
720 DeleteContents(m_DoneBlocks_list);
H A DTag.cpp471 DeleteContents(*taglist);
H A DPartFileConvert.cpp204 DeleteContents(s_jobs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhash.h64 void DeleteContents(bool flag);
172 void DeleteContents( bool flag ) { m_deleteContents = flag; } function in class:wxHashTableBase
490 void DeleteContents(bool flag);
587 m_hashTable[slot]->DeleteContents(true); \
H A Dlist.h309 void DeleteContents( bool destroy ) \
528 void DeleteContents(bool destroy) { m_destroy = destroy; } function in class:wxListBase
617 // finds object pointer and deletes node (and object if DeleteContents
1242 wxStringList(const wxStringList& other) : wxStringListBase() { DeleteContents(true); DoCopy(other); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dregion.cpp304 m_rects.DeleteContents(true);
316 m_rects.DeleteContents(true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfontmgrcmn.cpp49 m_instances->DeleteContents(true);
158 m_list->DeleteContents(true);
H A Dhash.cpp90 void wxHashTableBase::DeleteContents(bool flag) function in class:wxHashTableBase
97 m_hashTable[n]->DeleteContents(flag);
425 if (m_deleteContents) hash_table[position]->DeleteContents(true);
443 if (m_deleteContents) hash_table[position]->DeleteContents(true);
461 if (m_deleteContents) hash_table[position]->DeleteContents(true);
476 if (m_deleteContents) hash_table[position]->DeleteContents(true);
697 void wxHashTable::DeleteContents (bool flag) function in class:wxHashTable
704 hash_table[i]->DeleteContents (flag);
H A Ddatavcmn.cpp42 m_viewingColumns.DeleteContents( true );
43 m_notifiers.DeleteContents( true );
782 m_cols.DeleteContents( true );
H A Dlist.cpp637 DeleteContents(true);
644 DeleteContents(true);
H A Ddocview.cpp137 bool wxDocument::DeleteContents() function in class:wxDocument
144 DeleteContents();
170 DeleteContents();
239 DeleteContents();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/lists/
H A Dlists.cpp180 list1.DeleteContents(true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearchManager.cpp50 #include "../../OtherFunctions.h" // Needed for DeleteContents()
99 DeleteContents(m_searches);
492 DeleteContents(*results);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlist.tex121 unless you called DeleteContents({\tt true} ).
134 unless you called DeleteContents({\tt true} ).
136 \membersection{wxList<T>::DeleteContents}\label{wxlistdeletecontents}
138 \func{void}{DeleteContents}{\param{bool}{ destroy}}
H A Dhash.tex89 \membersection{wxHashTable::DeleteContents}\label{wxhashtabledeletecontents}
91 \func{void}{DeleteContents}{\param{bool}{ flag}}
H A Dtcontain.tex25 \helpref{wxList::DeleteContents}{wxlistdeletecontents} method.
H A Ddocument.tex228 The default implementation calls DeleteContents (an empty implementation)
255 The default implementation calls OnSaveModified and DeleteContents, makes a default title for the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DPacketTracking.cpp45 DeleteContents(m_mapTrackPacketsIn);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/hashes/
H A Dhashes.cpp236 hash.DeleteContents(true);
283 hash.DeleteContents(true);

Completed in 667 milliseconds

12