Searched defs:RemoveSyncItem (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_syncable_service.cc191 owner_->RemoveSyncItem(item->id());
433 RemoveSyncItem(id);
449 void AppListSyncableService::RemoveSyncItem(const std::string& id) { function in class:app_list::AppListSyncableService
450 VLOG(2) << this << ": RemoveSyncItem: " << id.substr(0, 8);
453 DVLOG(2) << this << " : RemoveSyncItem: No Item.";

Completed in 273 milliseconds