Searched refs:has_encrypted (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/sync/internal_api/
H A Dsyncapi_internal.cc28 if (!password_specifics.has_encrypted())
84 if (left.has_encrypted()) {
93 if (right.has_encrypted()) {
H A Ddelete_journal.cc28 if (!specifics.has_encrypted()) {
H A Dbase_node.cc69 if (!specifics.has_encrypted()) {
112 if (specifics.has_encrypted()) {
162 GetEntry()->GetSpecifics().has_encrypted()) {
H A Dwrite_node.cc50 entry_->GetSpecifics().has_encrypted();
67 entry_->GetSpecifics().has_encrypted()) {
234 if (entry_->GetSpecifics().has_encrypted()) {
H A Dsync_manager_impl.cc156 if (!a_specifics.has_encrypted() && !b_specifics.has_encrypted() &&
735 } else if (original_specifics.has_encrypted()) {
H A Dsync_manager_impl_unittest.cc1790 EXPECT_TRUE(specifics.has_encrypted());
1818 EXPECT_TRUE(specifics.has_encrypted());
1843 EXPECT_TRUE(specifics.has_encrypted());
1860 EXPECT_TRUE(specifics.has_encrypted());
1880 EXPECT_TRUE(specifics.has_encrypted());
2119 EXPECT_TRUE(specifics.has_encrypted());
2134 EXPECT_TRUE(specifics.has_encrypted());
2216 EXPECT_TRUE(specifics.has_encrypted());
2231 EXPECT_TRUE(specifics.has_encrypted());
2347 EXPECT_TRUE(specifics.has_encrypted());
[all...]
/external/chromium_org/sync/engine/
H A Dconflict_resolver.cc149 if (specifics.has_encrypted()) {
156 if (server_specifics.has_encrypted()) {
166 server_encrypted_with_default_key == specifics.has_encrypted()) {
170 if (server_specifics.has_encrypted() &&
173 if (!base_server_specifics.has_encrypted()) {
H A Dmodel_type_sync_worker_impl.cc152 if (!specifics.has_encrypted()) {
157 } else if (specifics.has_encrypted() && cryptographer_ &&
166 } else if (specifics.has_encrypted() &&
411 DCHECK(saved_pending.specifics.has_encrypted());
442 DCHECK(in.has_encrypted());
H A Dprocess_updates_util.cc253 update.has_specifics() && update.specifics().has_encrypted() &&
262 (!prev_specifics.has_encrypted() ||
H A Dsyncer_util.cc210 if (specifics.has_encrypted() &&
265 if (specifics.has_encrypted()) {
H A Dmodel_type_sync_worker_impl_unittest.cc876 EXPECT_TRUE(tag1_entity.specifics().has_encrypted());
913 EXPECT_TRUE(tag1_entity.specifics().has_encrypted());
/external/chromium_org/sync/syncable/
H A Dnigori_util.cc90 return !specifics.has_encrypted();
133 if (specifics.has_encrypted() != is_encrypted)
135 if (specifics.has_encrypted()) {
162 bool was_encrypted = old_specifics.has_encrypted();
164 if (new_specifics.has_encrypted()) {
221 if (generated_specifics.has_encrypted()) {
H A Dentry_kernel.cc102 kernel.ref(field).has_encrypted() &&
/external/chromium_org/components/sync_driver/
H A Dgeneric_change_processor_unittest.cc269 ASSERT_FALSE(password_list[i].GetSpecifics().password().has_encrypted());
287 ASSERT_TRUE(raw_specifics.password().has_encrypted());
341 ASSERT_FALSE(password_list[i].GetSpecifics().password().has_encrypted());
359 ASSERT_TRUE(raw_specifics.password().has_encrypted());
H A Dgeneric_change_processor.cc605 CHECK(specifics.has_encrypted());
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2013 bool has_encrypted; member in struct:ImageInfo
H A Dqapi-visit.c755 visit_start_optional(m, obj ? &(*obj)->has_encrypted : NULL, "encrypted", &err);
756 if (obj && (*obj)->has_encrypted) {

Completed in 274 milliseconds