Searched refs:SyncItem (Results 1 - 6 of 6) 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...]
H A Dextension_app_item.h40 const app_list::AppListSyncableService::SyncItem* sync_item,
H A Dextension_app_item.cc114 const app_list::AppListSyncableService::SyncItem* sync_item,
H A Dextension_app_model_builder.cc254 const app_list::AppListSyncableService::SyncItem* sync_item =
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_app_list_sync_test.cc43 const app_list::AppListSyncableService::SyncItem* GetSyncItem(
452 // Ensure that a REMOVE_DEFAULT_APP SyncItem entry exists in Profile 1.
453 const app_list::AppListSyncableService::SyncItem* sync_item =
471 // Ensure that the REMOVE_DEFAULT_APP SyncItem entry in Profile 1 is replaced

Completed in 139 milliseconds