Home
last modified time | relevance | path

Searched refs:DeleteAll (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/examples/peerconnection/server/
Dpeer_channel.h76 DeleteAll(); in ~PeerChannel()
107 void DeleteAll();
Dpeer_channel.cc269 DeleteAll(); in CloseAll()
306 void PeerChannel::DeleteAll() { in DeleteAll() function in PeerChannel
/external/v8/src/zone/
Dzone.cc47 DeleteAll(); in ~Zone()
80 void Zone::DeleteAll() { in DeleteAll() function in v8::internal::Zone
Dzone.h85 void DeleteAll();
/external/pdfium/xfa/fwl/
Dcfwl_listbox.h59 void DeleteAll();
Dcfwl_listbox.cpp938 void CFWL_ListBox::DeleteAll() { in DeleteAll() function in CFWL_ListBox
Dcfwl_combobox.cpp81 m_pListBox->DeleteAll(); in RemoveAll()
/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp183 pListBox->DeleteAll(); in DeleteItem()
/external/mdnsresponder/mDNSShared/
Ddnsextd.c1338 mDNSlocal void DeleteRecords(DaemonInfo *d, mDNSBool DeleteAll) in DeleteRecords() argument
1352 if (DeleteAll || (*ptr)->expire - now.tv_sec < 0) in DeleteRecords()