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

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_syncable_service.cc60 bool UpdateSyncItemFromAppItem(const AppListItem* app_item, argument
62 DCHECK_EQ(sync_item->item_id, app_item->id());
65 sync_item->parent_id != app_item->folder_id()) {
66 sync_item->parent_id = app_item->folder_id();
69 if (sync_item->item_name != app_item->name()) {
70 sync_item->item_name = app_item->name();
74 !app_item->position().Equals(sync_item->item_ordinal)) {
75 sync_item->item_ordinal = app_item->position();
311 void AppListSyncableService::AddItem(scoped_ptr<AppListItem> app_item) { argument
312 SyncItem* sync_item = FindOrAddSyncItem(app_item
331 FindOrAddSyncItem( AppListItem* app_item) argument
358 CreateSyncItemFromAppItem(AppListItem* app_item) argument
369 AddOrUpdateFromSyncItem(AppListItem* app_item) argument
418 UpdateSyncItem(AppListItem* app_item) argument
438 UpdateItem(AppListItem* app_item) argument
490 AppListItem* app_item = model_->FindItem(sync_item->item_id); local
724 AppListItem* app_item = model_->FindItem(sync_item->item_id); local
745 AppListItem* app_item = model_->FindItem(sync_item->item_id); local
761 UpdateAppItemFromSyncItem( const AppListSyncableService::SyncItem* sync_item, AppListItem* app_item) argument
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc649 const ash::ShelfItem& app_item = GetLastLauncherItem(); local
650 ash::ShelfID app_id = app_item.id;
851 const ash::ShelfItem& app_item = local
856 GetItemController(app_item.id);
864 EXPECT_EQ(ash::kShelfSize, app_item.image.height());

Completed in 1611 milliseconds