Searched refs:GetSpecifics (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/components/sync_driver/
H A Ddevice_info_sync_service.cc68 const std::string& id = iter->GetSpecifics().device_info().cache_guid();
77 iter->GetSpecifics().device_info().has_backup_timestamp();
80 ? iter->GetSpecifics().device_info().backup_timestamp()
173 sync_data.GetSpecifics().device_info().cache_guid();
260 DCHECK(sync_data->GetSpecifics().has_device_info());
262 sync_data->GetSpecifics().device_info();
266 sync_pb::EntitySpecifics entity(sync_data->GetSpecifics());
315 sync_data.GetSpecifics().device_info();
328 << sync_data.GetSpecifics().device_info().client_name()
337 << iter->second.GetSpecifics()
[all...]
H A Dgeneric_change_processor_unittest.cc266 ASSERT_TRUE(password_list[i].GetSpecifics().has_password());
267 ASSERT_TRUE(password_list[i].GetSpecifics().password().
269 ASSERT_FALSE(password_list[i].GetSpecifics().password().has_encrypted());
271 password_list[i].GetSpecifics().password().client_only_encrypted_data();
273 change_list[i].sync_data().GetSpecifics().password().
338 ASSERT_TRUE(password_list[i].GetSpecifics().has_password());
339 ASSERT_TRUE(password_list[i].GetSpecifics().password().
341 ASSERT_FALSE(password_list[i].GetSpecifics().password().has_encrypted());
343 password_list[i].GetSpecifics().password().client_only_encrypted_data();
345 change_list2[i].sync_data().GetSpecifics()
[all...]
/external/chromium_org/sync/api/
H A Dsync_data_unittest.cc69 EXPECT_TRUE(data.GetSpecifics().has_preference());
86 EXPECT_TRUE(data.GetSpecifics().has_preference());
101 EXPECT_TRUE(data.GetSpecifics().has_preference());
116 EXPECT_TRUE(data.GetSpecifics().has_preference());
H A Dsync_change_unittest.cc59 e.sync_data().GetSpecifics()));
79 e.sync_data().GetSpecifics()));
138 e.sync_data().GetSpecifics()));
146 e_spec.reset(EntitySpecificsToValue(e.sync_data().GetSpecifics()));
154 e_spec.reset(EntitySpecificsToValue(e.sync_data().GetSpecifics()));
H A Dsync_data.cc136 const sync_pb::EntitySpecifics& SyncData::GetSpecifics() const { function in class:syncer::SyncData
141 return GetModelTypeFromSpecifics(GetSpecifics());
159 EntitySpecificsToValue(GetSpecifics()));
H A Dsync_data.h89 const sync_pb::EntitySpecifics& GetSpecifics() const;
/external/chromium_org/components/dom_distiller/core/
H A Darticle_entry.cc52 return EntryFromSpecifics(change.sync_data().GetSpecifics());
56 const EntitySpecifics& entity = data.GetSpecifics();
/external/chromium_org/chrome/browser/extensions/
H A Dapp_sync_data_unittest.cc74 EXPECT_TRUE(sync_data.GetSpecifics().has_app());
76 output_sync_data.GetSpecifics().app();
H A Dextension_sync_data_unittest.cc66 output_sync_data.GetSpecifics().extension();
H A Dapp_sync_data.cc107 PopulateFromAppSpecifics(sync_data.GetSpecifics().app());
H A Dextension_sync_data.cc121 const sync_pb::EntitySpecifics& entity_specifics = sync_data.GetSpecifics();
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager_unittest.cc773 const sync_pb::SessionSpecifics& specifics(data.GetSpecifics().session());
786 const sync_pb::SessionSpecifics& specifics2(data_2.GetSpecifics().session());
795 data.GetSpecifics(),
812 EXPECT_TRUE(out[0].sync_data().GetSpecifics().session().has_header());
839 out[2].sync_data().GetSpecifics(),
843 sync_pb::EntitySpecifics entity(out[4].sync_data().GetSpecifics());
853 out[6].sync_data().GetSpecifics(),
872 t2.GetSpecifics().session().tab().tab_id());
892 out[1].sync_data().GetSpecifics().session().tab().tab_id());
897 int t2_tab_id = t2.GetSpecifics()
[all...]
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_shim.cc92 change.sync_data().GetSpecifics().synced_notification();
98 change.sync_data().GetSpecifics().synced_notification_app_info();
115 sync_data_list[i].GetSpecifics().synced_notification();
119 sync_data_list[i].GetSpecifics().synced_notification_app_info();
H A Dsynced_notifications_shim_unittest.cc50 data.GetSpecifics().synced_notification();
55 data.GetSpecifics().synced_notification_app_info();
310 data.GetSpecifics().synced_notification().SerializeAsString();
328 .GetSpecifics()
/external/chromium_org/chrome/browser/history/
H A Ddelete_directive_handler.cc43 data1.GetSpecifics().history_delete_directive().time_range_directive();
45 data2.GetSpecifics().history_delete_directive().time_range_directive();
162 it->GetSpecifics().history_delete_directive();
200 global_id_directives[i].GetSpecifics()
204 global_id_directives[i].GetSpecifics().history_delete_directive()
247 time_range_directives[i].GetSpecifics().history_delete_directive();
/external/chromium_org/sync/internal_api/
H A Dsync_rollback_manager.cc67 ModelType type = GetModelTypeFromSpecifics(e.GetSpecifics());
104 del.specifics = e.GetSpecifics();
H A Dbase_node.cc51 GetEntry()->GetSpecifics();
111 const sync_pb::EntitySpecifics& specifics = entry->GetSpecifics();
162 GetEntry()->GetSpecifics().has_encrypted()) {
H A Dwrite_node.cc50 entry_->GetSpecifics().has_encrypted();
67 entry_->GetSpecifics().has_encrypted()) {
156 const sync_pb::EntitySpecifics& old_specifics = GetEntry()->GetSpecifics();
222 const sync_pb::EntitySpecifics& old_specifics = entry_->GetSpecifics();
234 if (entry_->GetSpecifics().has_encrypted()) {
/external/chromium_org/sync/syncable/
H A Dnigori_util.cc40 const sync_pb::EntitySpecifics& specifics = entry.GetSpecifics();
78 return SpecificsNeedsEncryption(encrypted_types, entry.GetSpecifics()) ||
128 const sync_pb::EntitySpecifics& specifics = child.GetSpecifics();
156 const sync_pb::EntitySpecifics& old_specifics = entry->GetSpecifics();
/external/chromium_org/chrome/browser/themes/
H A Dtheme_syncable_service_unittest.cc399 changes[0].sync_data().GetSpecifics().theme();
417 data_list[0].GetSpecifics().theme();
495 changes[0].sync_data().GetSpecifics().theme();
564 changes[0].sync_data().GetSpecifics().theme();
597 .GetSpecifics()
609 .GetSpecifics()
648 changes[0].sync_data().GetSpecifics().theme();
H A Dtheme_syncable_service.cc88 if (sync_data->GetSpecifics().has_theme()) {
167 if (theme_change->sync_data().GetSpecifics().has_theme() &&
184 const sync_pb::ThemeSpecifics& sync_theme = sync_data.GetSpecifics().theme();
/external/chromium_org/chrome/browser/prefs/
H A Dpref_model_associator.cc29 const sync_pb::PreferenceSpecifics& GetSpecifics(const syncer::SyncData& pref) { function in namespace:__anon4443
33 return pref.GetSpecifics().priority_preference().preference();
35 return pref.GetSpecifics().preference();
109 const sync_pb::PreferenceSpecifics& preference = GetSpecifics(sync_pref);
247 const sync_pb::PreferenceSpecifics& preference = GetSpecifics(*sync_iter);
475 GetSpecifics(iter->sync_data());
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsetting_sync_data.cc30 sync_pb::EntitySpecifics specifics = sync_data.GetSpecifics();
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache_unittest.cc232 change_list[i].sync_data().GetSpecifics());
378 image_data_list[j].GetSpecifics().favicon_image();
386 tracking_data_list[j].GetSpecifics().favicon_tracking();
1339 changes[0].sync_data().GetSpecifics()));
1345 changes[1].sync_data().GetSpecifics().favicon_tracking().
1347 EXPECT_NE(changes[1].sync_data().GetSpecifics().favicon_tracking().
1383 changes[0].sync_data().GetSpecifics().favicon_tracking().
1385 EXPECT_NE(changes[0].sync_data().GetSpecifics().favicon_tracking().
1420 changes[0].sync_data().GetSpecifics()));
1427 changes[2].sync_data().GetSpecifics()
[all...]
/external/chromium_org/sync/engine/
H A Dconflict_resolver.cc141 const sync_pb::EntitySpecifics& specifics = entry.GetSpecifics();
269 GetModelTypeFromSpecifics(conflicting_node.GetSpecifics()))) {

Completed in 874 milliseconds

123