Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DComboBox.h60 LRESULT DeleteItem(int index) { return SendMsg(CBEM_DELETEITEM, MY_int_TO_WPARAM(index), 0); } in DeleteItem() function
H A DListView.h64 …bool DeleteItem(unsigned itemIndex) { return BOOLToBool(ListView_DeleteItem(_window, itemIndex)); } in DeleteItem() function
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_fflistbox.cpp184 void CXFA_FFListBox::DeleteItem(int32_t nIndex) { in DeleteItem() function in CXFA_FFListBox
H A Dcxfa_ffcombobox.cpp304 void CXFA_FFComboBox::DeleteItem(int32_t nIndex) { in DeleteItem() function in CXFA_FFComboBox
/aosp_15_r20/external/aws-sdk-java-v2/services/dynamodb/src/main/resources/codegen-resources/dynamodb/
H A Dexamples-1.json210 "DeleteItem": [ array
H A Dservice-2.json140 "DeleteItem":{ object
/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dconfigured_proxy_resolution_service_unittest.cc597 void DeleteItem(int result) { in DeleteItem() function in net::DeletingCallback
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node.cpp4565 bool CXFA_Node::DeleteItem(int32_t nIndex, bool bNotify, bool bScriptModify) { in DeleteItem() function in CXFA_Node