GetSyncItem        47 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc   return service->GetSyncItem(app_id);
GetSyncItem       453 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc       GetSyncItem(GetProfile(1), default_app_id);
GetSyncItem       462 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc   sync_item = GetSyncItem(GetProfile(0), app_id2);
GetSyncItem       472 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc   sync_item = GetSyncItem(GetProfile(1), app_id2);
GetSyncItem        75 chrome/browser/ui/app_list/app_list_syncable_service.h   const SyncItem* GetSyncItem(const std::string& id) const;
GetSyncItem       210 chrome/browser/ui/app_list/extension_app_model_builder.cc       service_ ? service_->GetSyncItem(extension_id) : NULL;