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.h58 void DeleteString(CFWL_ListItem* pItem);
Dcfwl_listbox.cpp922 void CFWL_ListBox::DeleteString(CFWL_ListItem* pItem) { in DeleteString() function in CFWL_ListBox
/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp185 pListBox->DeleteString(pListBox->GetItem(nullptr, nIndex)); in DeleteItem()