/external/chromium/chrome/browser/sync/syncable/ |
nigori_util.cc | 30 const sync_pb::EntitySpecifics& specifics = entry.Get(SPECIFICS); local 32 specifics.GetExtension(sync_pb::nigori)); 86 const sync_pb::EntitySpecifics& entry_specifics = entry.Get(SPECIFICS); 104 entry.Put(SPECIFICS, new_specifics); 118 entry.Put(SPECIFICS, new_specifics); 136 const sync_pb::EntitySpecifics& entry_specifics = entry.Get(SPECIFICS); 184 const sync_pb::EntitySpecifics& specifics = child.Get(SPECIFICS); local 186 DCHECK_EQ(type, GetModelTypeFromSpecifics(specifics)); [all...] |
/external/chromium_org/sync/internal_api/test/ |
test_entry_factory.cc | 33 const sync_pb::EntitySpecifics& specifics, 45 entry.PutServerSpecifics(specifics); 51 const sync_pb::EntitySpecifics& specifics, 63 entry.PutServerSpecifics(specifics); 70 const sync_pb::EntitySpecifics& specifics, 81 entry.PutServerSpecifics(specifics); 84 ModelTypeToRootTag(GetModelTypeFromSpecifics(specifics))); 181 sync_pb::EntitySpecifics specifics; local 182 AddDefaultFieldValue(model_type, &specifics); 194 entry.PutServerSpecifics(specifics); [all...] |
/external/chromium_org/chrome/browser/webdata/ |
autofill_profile_syncable_service.cc | 320 const sync_pb::AutofillProfileSpecifics& specifics, 324 if (profile->origin() != specifics.origin()) { 326 profile->set_origin(specifics.origin()); 334 specifics.name_first(), profile) || diff; 336 specifics.name_middle(), profile) || diff; 338 specifics.name_last(), profile) || diff; 340 specifics.address_home_line1(), profile) || diff; 342 specifics.address_home_line2(), profile) || diff; 344 specifics.address_home_city(), profile) || diff; 346 specifics.address_home_state(), profile) || diff 369 sync_pb::AutofillProfileSpecifics* specifics = local 447 const sync_pb::EntitySpecifics& specifics = data.GetSpecifics(); local 561 sync_pb::EntitySpecifics specifics; local [all...] |
/external/chromium_org/chrome/browser/sync/sessions2/ |
sessions_sync_manager.cc | 108 sync_pb::EntitySpecifics specifics; local 109 sync_pb::SessionSpecifics* base_specifics = specifics.mutable_session(); 115 current_machine_tag(), current_session_name_, specifics); 141 sync_pb::SessionSpecifics specifics; local 142 specifics.set_session_tag(local_tag); 143 sync_pb::SessionHeader* header_s = specifics.mutable_header(); 234 // if the entity specifics are identical (i.e windows, client name did 237 entity.mutable_session()->CopyFrom(specifics); 291 sync_pb::EntitySpecifics specifics; local 292 LocalTabDelegateToSpecifics(*tab, specifics.mutable_session()) 494 const sync_pb::SessionSpecifics& specifics = data.GetSpecifics().session(); local 818 sync_pb::EntitySpecifics specifics; local [all...] |
/external/chromium_org/sync/internal_api/public/ |
change_record_unittest.cc | 64 EntitySpecificsToValue(record.specifics)); 66 value, "specifics"); 89 record.specifics = old_specifics; 100 record.specifics = old_specifics; 111 record.specifics = old_specifics; 121 record.specifics = old_specifics;
|
/external/chromium_org/chrome/browser/sync/glue/ |
synced_device_tracker_unittest.cc | 27 sync_pb::DeviceInfoSpecifics* specifics) { 28 specifics->set_cache_guid(device_info.guid()); 29 specifics->set_client_name(device_info.client_name()); 30 specifics->set_chrome_version(device_info.chrome_version()); 31 specifics->set_sync_user_agent(device_info.sync_user_agent()); 32 specifics->set_device_type(device_info.device_type()); 72 sync_pb::DeviceInfoSpecifics specifics; local 73 ConvertDeviceInfoSpecifics(device_info, &specifics); 74 synced_device_tracker_->WriteDeviceInfo(specifics, device_info.guid());
|
session_model_associator.cc | 188 sync_pb::SessionSpecifics specifics; local 189 specifics.set_session_tag(local_tag); 190 sync_pb::SessionHeader* header_s = specifics.mutable_header(); 307 header_node.SetSessionSpecifics(specifics); 448 sync_pb::SessionSpecifics specifics = tab_node.GetSessionSpecifics(); local 449 const int s_tab_node_id(specifics.tab_node_id()); 454 specifics.tab_node_id()); 459 // Load the old specifics and copy over the favicon data if needed. 461 tab_s.set_favicon(specifics.tab().favicon()); 462 tab_s.set_favicon_source(specifics.tab().favicon_source()) 746 const sync_pb::SessionSpecifics& specifics = local 1098 const sync_pb::SessionSpecifics& specifics = local [all...] |
/external/chromium_org/sync/test/engine/ |
test_syncable_utils.cc | 87 sync_pb::EntitySpecifics specifics; local 88 syncer::AddDefaultFieldValue(type, &specifics); 89 node.PutServerSpecifics(specifics); 90 node.PutSpecifics(specifics);
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_profile_model_associator_unittest.cc | 100 sync_pb::EntitySpecifics specifics; local 103 specifics.MutableExtension(sync_pb::autofill_profile); 115 kernel.put(syncable::SPECIFICS, specifics); 181 sync_pb::EntitySpecifics specifics; local 184 specifics.MutableExtension(sync_pb::autofill_profile); 190 kernel.put(syncable::SPECIFICS, specifics);
|
extension_change_processor.cc | 105 sync_pb::ExtensionSpecifics specifics; local 118 specifics = (*traits_.extension_specifics_getter)(node); 123 change.specifics, &specifics)) { 125 error << "Could not get extension specifics from deleted node " 134 if (!GetExtensionSyncData(specifics, &sync_data)) { 137 std::string("Invalid server specifics: ") + 138 ExtensionSpecificsToString(specifics);
|
/external/chromium_org/sync/internal_api/ |
change_record.cc | 44 value->Set("specifics", EntitySpecificsToValue(specifics));
|
syncapi_internal.cc | 15 const sync_pb::EntitySpecifics& specifics, Cryptographer* crypto) { 16 if (!specifics.has_password()) 18 const sync_pb::PasswordSpecifics& password_specifics = specifics.password();
|
syncapi_internal.h | 25 const sync_pb::EntitySpecifics& specifics,
|
write_node.cc | 32 using syncable::SPECIFICS; 48 // specifics are already encrypted, we want to ensure we continue encrypting. 55 // into the specifics. All strings compared are server legal strings. 67 // Encrypted bookmarks only have their title in the unencrypted specifics. 71 // specifics) store their title in NON_UNIQUE_NAME. Non-legacy bookmarks 72 // store their title in specifics as well as NON_UNIQUE_NAME. 87 // For bookmarks, we also set the title field in the specifics. 90 sync_pb::EntitySpecifics specifics = GetEntitySpecifics(); local 91 specifics.mutable_bookmark()->set_title(new_legal_title); 92 SetEntitySpecifics(specifics); // Does it's own encryption checking [all...] |
/external/chromium/chrome/browser/sync/ |
abstract_profile_sync_service_test.cc | 35 using syncable::SPECIFICS; 91 sync_pb::EntitySpecifics specifics; local 92 syncable::AddDefaultExtensionValue(model_type, &specifics); 93 node.Put(SPECIFICS, specifics);
|
/external/chromium_org/sync/engine/ |
conflict_resolver.cc | 72 // an undecryptable update that only changed specifics, and since then have 73 // not received any further non-specifics-only or decryptable updates. 74 // d) If the server_specifics match specifics, server_specifics are 106 const sync_pb::EntitySpecifics& specifics = entry.GetSpecifics(); local 114 if (specifics.has_encrypted()) { 115 DCHECK(cryptographer->CanDecryptUsingDefaultKey(specifics.encrypted())); 117 specifics.encrypted()); 119 decrypted_specifics = specifics.SerializeAsString(); 131 server_encrypted_with_default_key == specifics.has_encrypted()) { 187 // specifics [all...] |
/external/chromium_org/chrome/browser/sync/ |
abstract_profile_sync_service_test.cc | 35 int64 node_id, const sync_pb::EntitySpecifics& specifics) { 39 record.specifics = specifics;
|
/external/chromium_org/sync/api/ |
sync_change.h | 46 // specifics when coming from the syncer. 47 // Adds, Updates: Require valid tag and specifics when going to the syncer. 48 // Require only valid specifics when coming from the syncer.
|
/external/chromium/chrome/browser/sync/engine/ |
apply_updates_command_unittest.cc | 75 const sync_pb::EntitySpecifics& specifics, 88 entry.Put(syncable::SERVER_SPECIFICS, specifics); 119 entry.Put(syncable::SPECIFICS, default_specifics); 232 sync_pb::EntitySpecifics specifics; local 237 specifics.MutableExtension(sync_pb::password)->mutable_encrypted()); 238 CreateUnappliedNewItem("item", specifics, false); 254 sync_pb::EntitySpecifics specifics; local 255 specifics.MutableExtension(sync_pb::password); 256 CreateUnappliedNewItem("item", specifics, false); 273 sync_pb::EntitySpecifics specifics; local 297 sync_pb::EntitySpecifics specifics; local 337 sync_pb::EntitySpecifics specifics; local 344 specifics, true); local 405 sync_pb::EntitySpecifics specifics; local 412 specifics, true); local 502 sync_pb::EntitySpecifics specifics; local 509 specifics, true); local [all...] |
/external/chromium_org/chrome/browser/resources/sync_internals/ |
data.html | 16 <input type="checkbox" id="include-specifics">include node content <font color="red">WARNING: This is likely to include personal information.</font><br>
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_syncable_service.h | 111 // Creates or updates a SyncItem from |specifics|. Returns true if an item 113 bool CreateOrUpdateSyncItem(const sync_pb::AppListSpecifics& specifics); 115 // Deletes a SyncItem matching |specifics|. 116 void DeleteSyncItem(const sync_pb::AppListSpecifics& specifics);
|
/external/chromium_org/components/dom_distiller/core/ |
article_entry.h | 29 ArticleEntry EntryFromSpecifics(const sync_pb::EntitySpecifics& specifics);
|
/external/chromium_org/third_party/x86inc/ |
README.chromium | 19 the specifics.
|
/external/chromium_org/chrome/browser/extensions/ |
app_sync_data.h | 60 void PopulateAppSpecifics(sync_pb::AppSpecifics* specifics) const; 64 const sync_pb::AppSpecifics& specifics);
|
extension_sync_data.h | 43 void PopulateExtensionSpecifics(sync_pb::ExtensionSpecifics* specifics) const; 47 const sync_pb::ExtensionSpecifics& specifics);
|