HomeSort by relevance Sort by last modified time
    Searched refs:DeleteItem (Results 1 - 17 of 17) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffchoicelist.h 26 void DeleteItem(int32_t nIndex);
83 void DeleteItem(int32_t nIndex);
xfa_ffchoicelist.cpp 169 void CXFA_FFListBox::DeleteItem(int32_t nIndex) {
465 void CXFA_FFComboBox::DeleteItem(int32_t nIndex) {
xfa_ffnotify.cpp 133 ->DeleteItem((int32_t)(uintptr_t)pParam);
136 ->DeleteItem((int32_t)(uintptr_t)pParam);
xfa_ffdocview.cpp 782 pAcc->DeleteItem(-1);
  /external/lzma/CPP/Windows/Control/
ComboBox.h 47 LRESULT DeleteItem(int index) { return SendMessage(CBEM_DELETEITEM, index, 0); }
ListView.h 49 bool DeleteItem(int itemIndex) { return BOOLToBool(ListView_DeleteItem(_window, itemIndex)); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmcontainer.h 215 STDMETHOD_(HRESULT,DeleteItem)(THIS_ REFGUID guidKey) PURE;
261 #define IMFASFContentInfo_DeleteItem(This,guidKey) (This)->lpVtbl->DeleteItem(This,guidKey)
317 STDMETHOD_(HRESULT,DeleteItem)(THIS_ REFGUID guidKey) PURE;
366 #define IMFASFStreamConfig_DeleteItem(This,guidKey) (This)->lpVtbl->DeleteItem(This,guidKey)
425 STDMETHOD_(HRESULT,DeleteItem)(THIS_ REFGUID guidKey) PURE;
480 #define IMFASFProfile_DeleteItem(This,guidKey) (This)->lpVtbl->DeleteItem(This,guidKey)
    [all...]
mfidl.h 273 HRESULT (STDMETHODCALLTYPE *DeleteItem)(
440 #define IMFTopologyNode_DeleteItem(This,guidKey) (This)->lpVtbl->DeleteItem(This,guidKey)
532 return This->lpVtbl->DeleteItem(This,guidKey);
    [all...]
pstore.h 352 virtual HRESULT WINAPI DeleteItem(PST_KEY Key,const GUID *pItemType,const GUID *pItemSubtype,LPCWSTR szItemName,PPST_PROMPTINFO pPromptInfo,DWORD dwFlags) = 0;
378 HRESULT (WINAPI *DeleteItem)(IPStore *This,PST_KEY Key,const GUID *pItemType,const GUID *pItemSubtype,LPCWSTR szItemName,PPST_PROMPTINFO pPromptInfo,DWORD dwFlags);
406 #define IPStore_DeleteItem(This,Key,pItemType,pItemSubtype,szItemName,pPromptInfo,dwFlags) (This)->lpVtbl->DeleteItem(This,Key,pItemType,pItemSubtype,szItemName,pPromptInfo,dwFlags)
mfobjects.h 240 virtual HRESULT STDMETHODCALLTYPE DeleteItem(
402 HRESULT (STDMETHODCALLTYPE *DeleteItem)(
494 #define IMFAttributes_DeleteItem(This,guidKey) (This)->lpVtbl->DeleteItem(This,guidKey)
569 return This->lpVtbl->DeleteItem(This,guidKey);
    [all...]
msclus.h     [all...]
mmc.h     [all...]
wia.h 437 virtual HRESULT WINAPI DeleteItem(LONG lFlags) = 0;
459 HRESULT (WINAPI *DeleteItem)(IWiaItem *This,LONG lFlags);
483 #define IWiaItem_DeleteItem(This,lFlags) (This)->lpVtbl->DeleteItem(This,lFlags)
    [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 691 FX_BOOL DeleteItem(int32_t nIndex,
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_object_imp.cpp     [all...]
xfa_objectacc_imp.cpp     [all...]

Completed in 832 milliseconds