Home
last modified time | relevance | path

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

/external/webrtc/examples/peerconnection/server/
Dpeer_channel.h75 ~PeerChannel() { DeleteAll(); } in ~PeerChannel()
105 void DeleteAll();
Dpeer_channel.cc265 DeleteAll(); in CloseAll()
302 void PeerChannel::DeleteAll() { in DeleteAll() function in PeerChannel
/external/pdfium/xfa/fwl/
Dcfwl_listbox.h59 void DeleteAll();
Dcfwl_combobox.cpp53 m_pListBox->DeleteAll(); in RemoveAll()
Dcfwl_listbox.cpp931 void CFWL_ListBox::DeleteAll() { in DeleteAll() function in CFWL_ListBox
/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp178 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()