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

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_syncable_service.h45 struct SyncItem { struct in class:app_list::AppListSyncableService
46 SyncItem(const std::string& id,
48 ~SyncItem();
76 const SyncItem* GetSyncItem(const std::string& id) const;
104 typedef std::map<std::string, SyncItem*> SyncItemMap;
123 SyncItem* FindOrAddSyncItem(AppListItem* app_item);
126 SyncItem* CreateSyncItemFromAppItem(AppListItem* app_item);
135 bool RemoveDefaultApp(AppListItem* item, SyncItem* sync_item);
138 void DeleteSyncItem(SyncItem* sync_item);
149 // Removes any empty SyncItem folder
[all...]
H A Dapp_list_syncable_service.cc49 AppListSyncableService::SyncItem* item) {
61 AppListSyncableService::SyncItem* sync_item) {
82 void GetSyncSpecificsFromSyncItem(const AppListSyncableService::SyncItem* item,
96 const AppListSyncableService::SyncItem* item) {
145 // AppListSyncableService::SyncItem
147 AppListSyncableService::SyncItem::SyncItem( function in class:app_list::AppListSyncableService::SyncItem
154 AppListSyncableService::SyncItem::~SyncItem() {
296 const AppListSyncableService::SyncItem*
[all...]

Completed in 63 milliseconds