/external/chromium_org/sync/internal_api/ |
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();
|
base_node.cc | 32 using syncable::SPECIFICS; 69 const sync_pb::EntitySpecifics& specifics = local 71 if (specifics.has_password()) { 74 specifics, GetTransaction()->GetCryptographer())); 76 LOG(ERROR) << "Failed to decrypt password specifics."; 86 // we fill the unencrypted_data_ with a copy of the bookmark specifics that 88 if (!specifics.has_encrypted()) { 90 !specifics.bookmark().has_title() && 98 unencrypted_data_.CopyFrom(specifics); 105 const sync_pb::EncryptedData& encrypted = specifics.encrypted() 130 const sync_pb::EntitySpecifics& specifics = entry->GetSpecifics(); local [all...] |
change_record.cc | 44 value->Set("specifics", EntitySpecificsToValue(specifics));
|
change_reorder_buffer.h | 53 void SetSpecificsForId(int64 id, const sync_pb::EntitySpecifics& specifics);
|
/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/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;
|
abstract_profile_sync_service_test.h | 36 const sync_pb::EntitySpecifics& specifics);
|
/external/chromium_org/components/dom_distiller/core/ |
article_entry.h | 29 ArticleEntry EntryFromSpecifics(const sync_pb::EntitySpecifics& specifics);
|
/external/chromium_org/sync/internal_api/public/ |
change_record.h | 58 sync_pb::EntitySpecifics specifics; member in struct:syncer::ChangeRecord
|
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/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/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...] |
change_reorder_buffer.h | 75 void SetSpecificsForId(int64 id, const sync_pb::EntitySpecifics& specifics) { 76 specifics_[id] = specifics;
|
syncapi.h | 279 // Returns the unencrypted specifics associated with |entry|. If |entry| was 282 // This method is invoked by the datatype specific Get<datatype>Specifics 359 // Set the bookmark specifics (url and favicon). 361 void SetBookmarkSpecifics(const sync_pb::BookmarkSpecifics& specifics); 369 // Set the app specifics (id, update url, enabled state, etc). 371 void SetAppSpecifics(const sync_pb::AppSpecifics& specifics); 373 // Set the autofill specifics (name and value). 375 void SetAutofillSpecifics(const sync_pb::AutofillSpecifics& specifics); 378 const sync_pb::AutofillProfileSpecifics& specifics); 380 // Set the nigori specifics 649 sync_pb::EntitySpecifics specifics; member in struct:sync_api::SyncManager::ChangeRecord [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
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...] |
session_change_processor.cc | 230 DCHECK_EQ(syncer::GetModelTypeFromSpecifics(it->specifics), 232 const sync_pb::SessionSpecifics& specifics = it->specifics.session(); local 233 if (specifics.session_tag() == local_tag) { 240 if (specifics.has_header()) { 245 specifics.session_tag()); 263 const sync_pb::SessionSpecifics& specifics( 265 if (specifics.session_tag() == local_tag && 275 session_model_associator_->AssociateForeignSpecifics(specifics, mtime);
|
typed_url_model_associator.h | 105 const sync_pb::TypedUrlSpecifics& specifics); 150 sync_pb::TypedUrlSpecifics* specifics); 162 // Updates the passed |url_row| based on the values in |specifics|. Fields 163 // that are not contained in |specifics| (such as typed_count) are left 166 const sync_pb::TypedUrlSpecifics& specifics, history::URLRow* url_row);
|
/external/chromium_org/sync/syncable/ |
nigori_util.cc | 40 const sync_pb::EntitySpecifics& specifics = entry.GetSpecifics(); local 43 if (!SpecificsNeedsEncryption(encrypted_types, specifics)) 45 if (!UpdateEntryWithEncryption(trans, specifics, &entry)) 84 const sync_pb::EntitySpecifics& specifics) { 85 const ModelType type = GetModelTypeFromSpecifics(specifics); 90 return !specifics.has_encrypted(); 129 const sync_pb::EntitySpecifics& specifics = child.GetSpecifics(); local 131 DCHECK_EQ(type, GetModelTypeFromSpecifics(specifics)); 134 if (specifics.has_encrypted() != is_encrypted) 136 if (specifics.has_encrypted()) [all...] |
/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);
|
/external/chromium_org/sync/api/ |
sync_change_unittest.cc | 39 sync_pb::EntitySpecifics specifics; local 40 sync_pb::PreferenceSpecifics* pref_specifics = specifics.mutable_preference(); 46 SyncData::CreateLocalData(tag, title, specifics)); 51 scoped_ptr<base::DictionaryValue> ref_spec(EntitySpecificsToValue(specifics)); 59 sync_pb::EntitySpecifics specifics; local 60 sync_pb::PreferenceSpecifics* pref_specifics = specifics.mutable_preference(); 66 SyncData::CreateLocalData(tag, title, specifics)); 71 scoped_ptr<base::DictionaryValue> ref_spec(EntitySpecificsToValue(specifics));
|
sync_data.h | 40 // For adds/updates: the specifics must be valid and the non-unique title (can 50 const sync_pb::EntitySpecifics& specifics); 55 const sync_pb::EntitySpecifics& specifics, 63 // datatype specifics. 66 // Return the current sync datatype specifics.
|
/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);
|