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

/external/chromium_org/chrome/browser/ui/app_list/
H A Dfast_show_pickler.cc186 void FastShowPickler::CopyOverItem(AppListItem* src_item, argument
188 dest_item->SetNameAndShortName(src_item->name(), src_item->short_name());
189 dest_item->SetIcon(src_item->icon(), src_item->has_shadow());
216 AppListItem* src_item = src->top_level_item_list()->item_at(i); local
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());

Completed in 417 milliseconds