HomeSort by relevance Sort by last modified time
    Searched refs:GetSpecifics (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium_org/sync/api/
sync_data_unittest.cc 69 EXPECT_TRUE(data.GetSpecifics().has_preference());
87 EXPECT_TRUE(data.GetSpecifics().has_preference());
103 EXPECT_TRUE(data.GetSpecifics().has_preference());
119 EXPECT_TRUE(data.GetSpecifics().has_preference());
sync_change_unittest.cc 59 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()));
sync_data.cc 158 const sync_pb::EntitySpecifics& SyncData::GetSpecifics() const {
163 return GetModelTypeFromSpecifics(GetSpecifics());
181 EntitySpecificsToValue(GetSpecifics()));
sync_data.h 89 const sync_pb::EntitySpecifics& GetSpecifics() const;
  /external/chromium_org/chrome/browser/extensions/
app_sync_data_unittest.cc 73 EXPECT_TRUE(sync_data.GetSpecifics().has_app());
75 output_sync_data.GetSpecifics().app();
extension_sync_data_unittest.cc 66 output_sync_data.GetSpecifics().extension();
app_sync_data.cc 107 PopulateFromAppSpecifics(sync_data.GetSpecifics().app());
extension_sync_data.cc 114 const sync_pb::EntitySpecifics& entity_specifics = sync_data.GetSpecifics();
  /external/chromium_org/components/dom_distiller/core/
article_entry.cc 52 return EntryFromSpecifics(change.sync_data().GetSpecifics());
56 const EntitySpecifics& entity = data.GetSpecifics();
  /external/chromium_org/components/sync_driver/
generic_change_processor_unittest.cc 229 ASSERT_TRUE(password_list[i].GetSpecifics().has_password());
230 ASSERT_TRUE(password_list[i].GetSpecifics().password().
232 ASSERT_FALSE(password_list[i].GetSpecifics().password().has_encrypted());
234 password_list[i].GetSpecifics().password().client_only_encrypted_data();
236 change_list[i].sync_data().GetSpecifics().password().
300 ASSERT_TRUE(password_list[i].GetSpecifics().has_password());
301 ASSERT_TRUE(password_list[i].GetSpecifics().password().
303 ASSERT_FALSE(password_list[i].GetSpecifics().password().has_encrypted());
305 password_list[i].GetSpecifics().password().client_only_encrypted_data();
307 change_list2[i].sync_data().GetSpecifics().password()
    [all...]
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager_unittest.cc 660 const sync_pb::SessionSpecifics& specifics(data.GetSpecifics().session());
673 const sync_pb::SessionSpecifics& specifics2(data_2.GetSpecifics().session());
682 data.GetSpecifics(),
699 EXPECT_TRUE(out[0].sync_data().GetSpecifics().session().has_header());
726 out[2].sync_data().GetSpecifics(),
730 sync_pb::EntitySpecifics entity(out[4].sync_data().GetSpecifics());
740 out[6].sync_data().GetSpecifics(),
759 t2.GetSpecifics().session().tab().tab_id());
779 out[1].sync_data().GetSpecifics().session().tab().tab_id());
784 int t2_tab_id = t2.GetSpecifics().session().tab().tab_id()
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
synced_notifications_shim.cc 92 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();
synced_notifications_shim_unittest.cc 50 data.GetSpecifics().synced_notification();
55 data.GetSpecifics().synced_notification_app_info();
295 data.GetSpecifics().synced_notification().SerializeAsString();
313 .GetSpecifics()
  /external/chromium_org/chrome/browser/history/
delete_directive_handler.cc 43 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/engine/
conflict_resolver.cc 108 const sync_pb::EntitySpecifics& specifics = entry.GetSpecifics();
235 GetModelTypeFromSpecifics(conflicting_node.GetSpecifics()))) {
  /external/chromium_org/sync/internal_api/
sync_rollback_manager.cc 84 ModelType type = GetModelTypeFromSpecifics(e.GetSpecifics());
121 del.specifics = e.GetSpecifics();
base_node.cc 51 GetEntry()->GetSpecifics();
111 const sync_pb::EntitySpecifics& specifics = entry->GetSpecifics();
162 GetEntry()->GetSpecifics().has_encrypted()) {
write_node.cc 50 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/
nigori_util.cc 40 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/
theme_syncable_service_unittest.cc 400 changes[0].sync_data().GetSpecifics().theme();
418 data_list[0].GetSpecifics().theme();
496 changes[0].sync_data().GetSpecifics().theme();
567 changes[0].sync_data().GetSpecifics().theme();
600 .GetSpecifics()
612 .GetSpecifics()
651 changes[0].sync_data().GetSpecifics().theme();
theme_syncable_service.cc 97 if (sync_data->GetSpecifics().has_theme()) {
176 if (theme_change->sync_data().GetSpecifics().has_theme() &&
193 const sync_pb::ThemeSpecifics& sync_theme = sync_data.GetSpecifics().theme();
  /external/chromium_org/chrome/browser/prefs/
pref_model_associator.cc 29 const sync_pb::PreferenceSpecifics& GetSpecifics(const syncer::SyncData& pref) {
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);
476 GetSpecifics(iter->sync_data());
  /external/chromium_org/chrome/browser/extensions/api/storage/
setting_sync_data.cc 30 sync_pb::EntitySpecifics specifics = sync_data.GetSpecifics();
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 232 change_list[i].sync_data().GetSpecifics());
378 image_data_list[j].GetSpecifics().favicon_image();
386 tracking_data_list[j].GetSpecifics().favicon_tracking();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_test_base.cc 74 result->CopyFrom(data.GetSpecifics().managed_user());
123 result->CopyFrom(data.GetSpecifics().managed_user_shared_setting());
160 AddChange(data.GetSpecifics().managed_user_shared_setting(), update);

Completed in 424 milliseconds

1 2 3