Home
last modified time | relevance | path

Searched defs:DeleteItem (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/Windows/Control/
DComboBox.h49 LRESULT DeleteItem(int index) { return SendMsg(CBEM_DELETEITEM, index, 0); } in DeleteItem() function
DListView.h63 bool DeleteItem(int itemIndex) { return BOOLToBool(ListView_DeleteItem(_window, itemIndex)); } in DeleteItem() function
/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp175 void CXFA_FFListBox::DeleteItem(int32_t nIndex) { in DeleteItem() function in CXFA_FFListBox
Dcxfa_ffcombobox.cpp300 void CXFA_FFComboBox::DeleteItem(int32_t nIndex) { in DeleteItem() function in CXFA_FFComboBox
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp4523 bool CXFA_Node::DeleteItem(int32_t nIndex, bool bNotify, bool bScriptModify) { in DeleteItem() function in CXFA_Node