Searched refs:GetSpecifics (Results 51 - 61 of 61) sorted by path

123

/external/chromium_org/sync/internal_api/
H A Dbase_node.cc51 GetEntry()->GetSpecifics();
111 const sync_pb::EntitySpecifics& specifics = entry->GetSpecifics();
162 GetEntry()->GetSpecifics().has_encrypted()) {
H A Dsync_encryption_handler_impl.cc725 entry.GetSpecifics().nigori();
H A Dsync_manager_impl_unittest.cc1789 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics();
1817 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics();
1842 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics();
1859 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics();
1879 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics();
2118 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics();
2133 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics();
2215 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics();
2230 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics();
2346 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics();
[all...]
H A Dsync_rollback_manager.cc67 ModelType type = GetModelTypeFromSpecifics(e.GetSpecifics());
104 del.specifics = e.GetSpecifics();
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/internal_api/test/
H A Dtest_entry_factory.cc173 entry.PutServerSpecifics(entry.GetSpecifics());
239 return entry.GetSpecifics();
/external/chromium_org/sync/syncable/
H A Ddirectory_unittest.cc44 ASSERT_TRUE(e->GetSpecifics().has_bookmark());
45 ASSERT_EQ("http://demo/", e->GetSpecifics().bookmark().url());
47 e->GetSpecifics().bookmark().favicon());
H A Dentry.cc83 ModelType specifics_type = GetModelTypeFromSpecifics(GetSpecifics());
H A Dentry.h183 const sync_pb::EntitySpecifics& GetSpecifics() const { function in class:syncer::syncable::Entry
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();
H A Dsyncable_write_transaction.cc130 ModelType type = GetModelTypeFromSpecifics(entry.GetSpecifics());

Completed in 242 milliseconds

123