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

/external/chromium_org/chrome/browser/ui/app_list/
H A Dfast_show_pickler.cc187 AppListItem* dest_item) {
188 dest_item->SetNameAndShortName(src_item->name(), src_item->short_name());
189 dest_item->SetIcon(src_item->icon(), src_item->has_shadow());
217 scoped_ptr<AppListItem> dest_item(new AppListItem(src_item->id()));
218 CopyOverItem(src_item, dest_item.get());
219 dest->AddItemToFolder(dest_item.Pass(), src_item->folder_id());
186 CopyOverItem(AppListItem* src_item, AppListItem* dest_item) argument

Completed in 1041 milliseconds