Home
last modified time | relevance | path

Searched refs:DeleteString (Results 1 – 4 of 4) sorted by relevance

/external/mdnsresponder/mDNSWindows/ControlPanel/
DSecondPage.cpp358 m_regDomainsBox.DeleteString( index ); in OnRemoveRegistrationDomain()
372 box.DeleteString( 0 ); in EmptyComboBox()
/external/pdfium/xfa/fwl/
Dcfwl_listbox.h71 void DeleteString(Item* pItem);
Dcfwl_listbox.cpp845 void CFWL_ListBox::DeleteString(Item* pItem) { in DeleteString() function in CFWL_ListBox
/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp189 pListBox->DeleteString(pListBox->GetItem(nullptr, nIndex)); in DeleteItem()