Home
last modified time | relevance | path

Searched refs:DeleteItem (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffchoicelist.h26 void DeleteItem(int32_t nIndex);
83 void DeleteItem(int32_t nIndex);
Dxfa_ffchoicelist.cpp169 void CXFA_FFListBox::DeleteItem(int32_t nIndex) { in DeleteItem() function in CXFA_FFListBox
465 void CXFA_FFComboBox::DeleteItem(int32_t nIndex) { in DeleteItem() function in CXFA_FFComboBox
Dxfa_ffnotify.cpp133 ->DeleteItem((int32_t)(uintptr_t)pParam); in OnWidgetDataEvent()
136 ->DeleteItem((int32_t)(uintptr_t)pParam); in OnWidgetDataEvent()
Dxfa_ffdocview.cpp782 pAcc->DeleteItem(-1); in RunBindItems()
/external/lzma/CPP/Windows/Control/
DComboBox.h47 LRESULT DeleteItem(int index) { return SendMessage(CBEM_DELETEITEM, index, 0); } in DeleteItem() function
DListView.h49 bool DeleteItem(int itemIndex) { return BOOLToBool(ListView_DeleteItem(_window, itemIndex)); } in DeleteItem() function
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp879 STDMETHODIMP DeleteItem(REFGUID guidKey) in DeleteItem() function in CBaseAttributes
882 return _spAttributes->DeleteItem(guidKey); in DeleteItem()
3139 hr = DeleteItem(MF_MEDIASINK_PREFERREDTYPE); in Shutdown()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h691 FX_BOOL DeleteItem(int32_t nIndex,
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp2168 pWidgetData->DeleteItem(-1, TRUE); in Script_Field_ClearItems()
2209 FX_BOOL bValue = pWidgetData->DeleteItem(iIndex, TRUE, TRUE); in Script_Field_DeleteItem()
Dxfa_objectacc_imp.cpp2503 FX_BOOL CXFA_WidgetData::DeleteItem(int32_t nIndex, in DeleteItem() function in CXFA_WidgetData