Home
last modified time | relevance | path

Searched defs:DeleteItem (Results 1 – 6 of 6) 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.cpp184 void CXFA_FFListBox::DeleteItem(int32_t nIndex) { in DeleteItem() function in CXFA_FFListBox
Dcxfa_ffcombobox.cpp304 void CXFA_FFComboBox::DeleteItem(int32_t nIndex) { in DeleteItem() function in CXFA_FFComboBox
/external/cronet/net/proxy_resolution/
Dconfigured_proxy_resolution_service_unittest.cc535 void DeleteItem(int result) { in DeleteItem() function in net::DeletingCallback
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp4567 bool CXFA_Node::DeleteItem(int32_t nIndex, bool bNotify, bool bScriptModify) { in DeleteItem() function in CXFA_Node