Searched defs:DeleteItem (Results 1 – 6 of 6) sorted by relevance
49 LRESULT DeleteItem(int index) { return SendMsg(CBEM_DELETEITEM, index, 0); } in DeleteItem() function
63 bool DeleteItem(int itemIndex) { return BOOLToBool(ListView_DeleteItem(_window, itemIndex)); } in DeleteItem() function
184 void CXFA_FFListBox::DeleteItem(int32_t nIndex) { in DeleteItem() function in CXFA_FFListBox
304 void CXFA_FFComboBox::DeleteItem(int32_t nIndex) { in DeleteItem() function in CXFA_FFComboBox
535 void DeleteItem(int result) { in DeleteItem() function in net::DeletingCallback
4567 bool CXFA_Node::DeleteItem(int32_t nIndex, bool bNotify, bool bScriptModify) { in DeleteItem() function in CXFA_Node