Searched refs:app_item (Results 1 - 5 of 5) 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...]
H A Dapp_list_syncable_service.h67 void AddItem(scoped_ptr<AppListItem> app_item);
73 void UpdateItem(AppListItem* app_item);
120 // If |app_item| matches an existing sync item, returns it. Otherwise adds
121 // |app_item| to |sync_items_| and returns the new item. If |app_item| is
123 SyncItem* FindOrAddSyncItem(AppListItem* app_item);
125 // Creates a sync item for |app_item| and sends an ADD SyncChange event.
126 SyncItem* CreateSyncItemFromAppItem(AppListItem* app_item);
128 // If a sync item for |app_item| already exists, update |app_item| fro
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_packet_unittest.cc220 EXPECT_EQ(0, parser.app_item()->num_packets());
242 EXPECT_EQ(1, parser.app_item()->num_packets());
243 EXPECT_EQ(kDataLength, parser.app_item()->DataLength());
244 EXPECT_EQ(0, strncmp(kData, (const char*)parser.app_item()->Data(),
245 parser.app_item()->DataLength()));
/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());
/external/chromium_org/third_party/webrtc/test/
H A Drtcp_packet_parser.h643 AppItem* app_item() { return &app_item_; }

Completed in 2726 milliseconds