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

  /external/chromium_org/ui/app_list/
app_list_item_list.cc 165 void AppListItemList::DeleteItem(const std::string& id) {
app_list_model.cc 234 void AppListModel::DeleteItem(const std::string& id) {
240 << "Invalid call to DeleteItem for item with children: " << id;
244 top_level_item_list_->DeleteItem(id);
286 DeleteItem(folder_ids[i]);
388 DeleteItem(folder_id);
  /external/chromium_org/sync/engine/
model_type_sync_proxy_impl_unittest.cc 66 void DeleteItem(const std::string& tag);
188 void ModelTypeSyncProxyImplTest::DeleteItem(const std::string& tag) {
403 DeleteItem("tag1");
420 DeleteItem("tag1");
445 DeleteItem("tag1");
  /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...]

Completed in 271 milliseconds