HomeSort by relevance Sort by last modified time
    Searched refs:specifics (Results 101 - 125 of 177) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/sync/syncable/
directory_backing_store.cc 637 sync_pb::EntitySpecifics specifics; local
638 if (!specifics.ParseFromArray(data, size))
640 return GetModelTypeFromSpecifics(specifics);
645 sync_pb::EntitySpecifics specifics; local
646 AddDefaultFieldValue(model_type, &specifics);
647 return specifics.SerializeAsString();
775 // protobuf blob SPECIFICS
783 "ALTER TABLE metas ADD COLUMN specifics blob"))
792 "specifics",
808 "UPDATE metas SET specifics = NULL, server_specifics = NULL WHERE
1200 sync_pb::EntitySpecifics specifics; local
    [all...]
syncable_unittest.cc 70 sync_pb::EntitySpecifics specifics; local
71 specifics.mutable_bookmark()->set_url("http://demo/");
72 specifics.mutable_bookmark()->set_favicon(bytes, bytes_length);
73 e->PutSpecifics(specifics);
1265 sync_pb::EntitySpecifics specifics; local
1836 sync_pb::EntitySpecifics specifics; local
    [all...]
  /external/chromium_org/sync/test/engine/
mock_connection_manager.cc 254 const sync_pb::EntitySpecifics& specifics) {
260 ent->mutable_specifics()->CopyFrom(specifics);
273 const sync_pb::EntitySpecifics& specifics,
277 id, parent_id, name, version, sync_ts, is_dir, position, specifics);
287 const sync_pb::EntitySpecifics& specifics) {
300 ent->mutable_specifics()->CopyFrom(specifics);
314 sync_pb::EntitySpecifics specifics; local
315 AddDefaultFieldValue(PREFERENCES, &specifics);
316 ent->mutable_specifics()->CopyFrom(specifics);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc 98 sync_pb::BookmarkSpecifics specifics(node.GetBookmarkSpecifics());
100 specifics.set_url(url);
102 SetNodeMetaInfo(*meta_info_map, &specifics);
103 node.SetBookmarkSpecifics(specifics);
213 sync_pb::BookmarkSpecifics specifics = node.GetBookmarkSpecifics(); local
214 specifics.set_creation_time_us(creation_time_us);
215 node.SetBookmarkSpecifics(specifics);
223 sync_pb::BookmarkSpecifics specifics = node.GetBookmarkSpecifics(); local
224 SetNodeMetaInfo(meta_info_map, &specifics);
225 node.SetBookmarkSpecifics(specifics);
378 sync_pb::BookmarkSpecifics specifics; local
579 sync_pb::BookmarkSpecifics specifics = gnode.GetBookmarkSpecifics(); local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.cc 141 record.specifics = specifics_[record.id];
177 record.specifics = specifics_[record.id];
syncer_util.cc 60 using syncable::SPECIFICS;
293 const sync_pb::EntitySpecifics& specifics = entry->Get(SERVER_SPECIFICS); local
294 if (specifics.HasExtension(sync_pb::nigori)) {
296 specifics.GetExtension(sync_pb::nigori);
336 if (specifics.has_encrypted() &&
337 !cryptographer->CanDecrypt(specifics.encrypted())) {
340 } else if (specifics.HasExtension(sync_pb::password)) {
343 specifics.GetExtension(sync_pb::password);
431 target->Put(SERVER_SPECIFICS, update.specifics());
510 if (entry->Get(SPECIFICS).SerializeAsString() !
    [all...]
syncapi_unittest.cc 141 sync_pb::EntitySpecifics specifics; local
142 syncable::AddDefaultExtensionValue(model_type, &specifics);
158 entry.Put(syncable::SERVER_SPECIFICS, specifics);
162 entry.Put(syncable::SPECIFICS, specifics);
502 browser_sync::EntitySpecificsToValue(record.specifics));
504 *node_value, "specifics");
532 child_specifics = node.GetEntry()->Get(syncable::SPECIFICS);
541 record.specifics = child_specifics;
553 record.specifics = child_specifics
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.cc 117 GURL GetFaviconURLFromSpecifics(const sync_pb::EntitySpecifics& specifics) {
118 if (specifics.has_favicon_tracking())
119 return GURL(specifics.favicon_tracking().favicon_url());
121 return GURL(specifics.favicon_image().favicon_url());
968 sync_pb::EntitySpecifics specifics; local
    [all...]
typed_url_model_associator.cc 440 sync_pb::TypedUrlSpecifics specifics(source);
441 specifics.clear_visits();
442 specifics.clear_visit_transitions();
446 specifics.add_visits(source.visits(i));
447 specifics.add_visit_transitions(source.visit_transitions(i));
450 DCHECK(specifics.visits_size() == specifics.visit_transitions_size());
451 return specifics;
generic_change_processor.cc 43 // Use the specifics of non-password datatypes directly (encryption has
93 it->id, it->specifics, base::Time())));
98 // Need to load specifics from node.
458 const sync_pb::EntitySpecifics& specifics = local
460 CHECK(specifics.has_encrypted());
461 const bool can_decrypt = crypto->CanDecrypt(specifics.encrypted());
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_app_browsertest.js 45 // strings rely on waiting for sync sign-in status, or platform-specifics.
  /external/chromium_org/sync/engine/
process_updates_util.cc 277 // has changed are the specifics, store the original decryptable specifics,
300 update.has_specifics() && update.specifics().has_encrypted() &&
301 !cryptographer->CanDecrypt(update.specifics().encrypted())) {
304 // We only store the old specifics if they were decryptable and applied and
317 // We have a BASE_SERVER_SPECIFICS, but a subsequent non-specifics-only
318 // change arrived. As a result, we can't use the specifics alone to detect
commit_util.cc 40 using syncable::SPECIFICS;
92 CHECK(!sync_entry->specifics().password().has_client_only_encrypted_data());
292 local_entry->PutServerSpecifics(committed_entry.specifics());
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc 95 using syncable::SPECIFICS;
165 sync_pb::EntitySpecifics specifics; local
166 AddDefaultFieldValue(model_type, &specifics);
181 entry.PutServerSpecifics(specifics);
185 entry.PutSpecifics(specifics);
193 const sync_pb::EntitySpecifics& specifics) {
211 entry.PutServerSpecifics(specifics);
215 entry.PutSpecifics(specifics);
2187 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local
2215 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local
2240 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local
2257 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local
2277 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local
2516 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local
2531 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local
2613 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local
2628 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local
2744 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local
    [all...]
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/
profile_sync_service_preference_unittest.cc 120 const sync_pb::PreferenceSpecifics& specifics(
124 return reader.JsonToValue(specifics.value(), false, false);
233 const sync_pb::PreferenceSpecifics& specifics(node.GetPreferenceSpecifics());
234 EXPECT_EQ(std::string(prefs::kHomePage), specifics.name());
237 scoped_ptr<Value> value(reader.JsonToValue(specifics.value(), false, false));
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 69 sync_pb::EntitySpecifics specifics; local
70 specifics.MutableExtension(sync_pb::bookmark)->set_url("http://demo/");
71 specifics.MutableExtension(sync_pb::bookmark)->set_favicon(bytes,
73 e->Put(SPECIFICS, specifics);
81 ASSERT_TRUE(e->Get(SPECIFICS).HasExtension(sync_pb::bookmark));
83 e->Get(SPECIFICS).GetExtension(sync_pb::bookmark).url());
85 e->Get(SPECIFICS).GetExtension(sync_pb::bookmark).favicon());
431 e.Put(SPECIFICS, specs);
537 item1.Put(SPECIFICS, bookmark_specs)
1099 sync_pb::EntitySpecifics specifics; local
1300 sync_pb::EntitySpecifics specifics; local
    [all...]
directory_backing_store.cc 724 sync_pb::EntitySpecifics specifics; local
725 if (!specifics.ParseFromArray(data, size))
727 return syncable::GetModelTypeFromSpecifics(specifics);
732 sync_pb::EntitySpecifics specifics; local
733 syncable::AddDefaultExtensionValue(model_type, &specifics);
734 return specifics.SerializeAsString();
863 // protobuf blob SPECIFICS
870 if (!AddColumn(&g_metas_columns[SPECIFICS]))
878 "specifics",
895 "UPDATE metas SET specifics = NULL, server_specifics = NULL WHERE
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.h 100 const sync_pb::AutofillProfileSpecifics& specifics);
autofill_profile_model_associator.h 101 const sync_pb::AutofillProfileSpecifics& specifics);
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.h 132 // |specifics|.
134 const sync_pb::AutofillProfileSpecifics& specifics,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestMenu.java 93 public int addIntentOptions(int groupId, int itemId, int order, ComponentName caller, Intent[] specifics,
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
MenuLoaderTest.java 106 ComponentName caller, Intent[] specifics, Intent intent,
  /external/chromium_org/chrome/browser/sync/sessions2/
tab_node_pool2_unittest.cc 220 sync_pb::SessionSpecifics specifics(entity.session());
221 EXPECT_EQ(0, specifics.tab_node_id());
  /external/chromium/net/tools/testserver/
chromiumsync_test.py 164 specifics = chromiumsync.GetDefaultEntitySpecifics(sync_type)
171 entry.specifics.CopyFrom(specifics)
219 specifics = chromiumsync.GetDefaultEntitySpecifics(sync_type)
240 proto.specifics.CopyFrom(specifics)

Completed in 670 milliseconds

1 2 3 45 6 7 8