HomeSort by relevance Sort by last modified time
    Searched refs:SyncItem (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.h 45 struct SyncItem {
46 SyncItem(const std::string& id,
48 ~SyncItem();
76 const SyncItem* GetSyncItem(const std::string& id) const;
103 typedef std::map<std::string, SyncItem*> SyncItemMap;
122 SyncItem* FindOrAddSyncItem(AppListItem* app_item);
125 SyncItem* CreateSyncItemFromAppItem(AppListItem* app_item);
134 bool RemoveDefaultApp(AppListItem* item, SyncItem* sync_item);
137 void DeleteSyncItem(SyncItem* sync_item);
148 // Removes any empty SyncItem folders and deletes them from sync. Calle
    [all...]
app_list_syncable_service.cc 47 AppListSyncableService::SyncItem* item) {
59 AppListSyncableService::SyncItem* sync_item) {
80 void GetSyncSpecificsFromSyncItem(const AppListSyncableService::SyncItem* item,
94 const AppListSyncableService::SyncItem* item) {
139 // AppListSyncableService::SyncItem
141 AppListSyncableService::SyncItem::SyncItem(
148 AppListSyncableService::SyncItem::~SyncItem() {
284 const AppListSyncableService::SyncItem*
    [all...]
extension_app_item.h 40 const app_list::AppListSyncableService::SyncItem* sync_item,
extension_app_item.cc 116 const app_list::AppListSyncableService::SyncItem* sync_item,
extension_app_model_builder.cc 210 const app_list::AppListSyncableService::SyncItem* sync_item =
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_app_list_sync_test.cc 43 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 109 milliseconds