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

  /external/lzma/CPP/Windows/Control/
ComboBox.h 49 LRESULT DeleteItem(int index) { return SendMsg(CBEM_DELETEITEM, index, 0); }
ListView.h 63 bool DeleteItem(int itemIndex) { return BOOLToBool(ListView_DeleteItem(_window, itemIndex)); }
  /external/pdfium/xfa/fxfa/
cxfa_fflistbox.cpp 180 void CXFA_FFListBox::DeleteItem(int32_t nIndex) {
cxfa_ffcombobox.cpp 286 void CXFA_FFComboBox::DeleteItem(int32_t nIndex) {
cxfa_widgetacc.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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)
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...]
mmc.h     [all...]
msclus.h     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/
aws-java-sdk-dynamodb-1.11.18.jar 

Completed in 486 milliseconds