Searched refs:GetSyncItem (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_app_list_sync_test.cc43 const app_list::AppListSyncableService::SyncItem* GetSyncItem( function in namespace:__anon4840
48 return service->GetSyncItem(app_id);
454 GetSyncItem(GetProfile(1), default_app_id);
463 sync_item = GetSyncItem(GetProfile(0), app_id2);
473 sync_item = GetSyncItem(GetProfile(1), app_id2);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_syncable_service.h76 const SyncItem* GetSyncItem(const std::string& id) const;
H A Dextension_app_model_builder.cc255 service_ ? service_->GetSyncItem(extension_id) : NULL;
H A Dapp_list_syncable_service.cc297 AppListSyncableService::GetSyncItem(const std::string& id) const { function in class:app_list::AppListSyncableService

Completed in 4432 milliseconds