HomeSort by relevance Sort by last modified time
    Searched refs:AUTOFILL (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium_org/sync/syncable/
syncable_util_unittest.cc 20 GenerateSyncableHash(AUTOFILL, "tag1"));
27 GenerateSyncableHash(AUTOFILL, "tag2"));
model_type.cc 44 case AUTOFILL:
146 case AUTOFILL:
265 return AUTOFILL;
363 set.Put(AUTOFILL);
457 case AUTOFILL:
458 return "Autofill";
476 return "Autofill Profiles";
532 case AUTOFILL:
621 else if (model_type_string == "Autofill")
622 return AUTOFILL;
    [all...]
  /external/chromium_org/chrome/browser/sync/
user_selectable_sync_type.h 28 AUTOFILL = 3,
profile_sync_service_model_type_selection_android.h 11 DEFINE_MODEL_TYPE_SELECTION(AUTOFILL, 1<<0)
backend_migrator_unittest.cc 41 preferred_types_.Put(syncer::AUTOFILL);
130 difference.Put(syncer::AUTOFILL);
161 difference.Put(syncer::AUTOFILL);
211 to_migrate2.Put(syncer::AUTOFILL);
213 to_migrate_union.Put(syncer::AUTOFILL);
250 difference.Put(syncer::AUTOFILL);
275 to_migrate.Put(syncer::AUTOFILL);
profile_sync_service_autofill_unittest.cc 23 #include "chrome/browser/autofill/personal_data_manager_factory.h"
43 #include "components/autofill/core/browser/autofill_test_utils.h"
44 #include "components/autofill/core/browser/personal_data_manager.h"
45 #include "components/autofill/core/browser/webdata/autofill_change.h"
46 #include "components/autofill/core/browser/webdata/autofill_entry.h"
47 #include "components/autofill/core/browser/webdata/autofill_table.h"
48 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
65 using autofill::AutofillChange;
66 using autofill::AutofillChangeList;
67 using autofill::AutofillEntry
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar_unittest.cc 26 using syncer::AUTOFILL;
47 registrar_->ActivateDataType(AUTOFILL,
52 expected_routing_info[AUTOFILL] = syncer::GROUP_DB;
54 ExpectHasProcessorsForTypes(*registrar_, ModelTypeSet(AUTOFILL));
55 TriggerChanges(registrar_.get(), AUTOFILL);
156 const ModelTypeSet types1(BOOKMARKS, NIGORI, AUTOFILL);
163 expected_routing_info[AUTOFILL] = syncer::GROUP_PASSIVE;
234 TriggerChanges(registrar_.get(), AUTOFILL);
247 const ModelTypeSet types(AUTOFILL);
261 registrar_->DeactivateDataType(AUTOFILL);
    [all...]
shared_change_processor_unittest.cc 105 EXPECT_CALL(sync_factory_, GetSyncableServiceForType(syncer::AUTOFILL)).
111 syncer::AUTOFILL,
  /external/chromium/chrome/browser/sync/engine/
download_updates_command_unittest.cc 49 enabled_types[syncable::AUTOFILL] = true;
54 v.ExpectHasExtension(sync_pb::autofill);
84 SCOPED_TRACE("Autofill only.");
86 enabled_types[syncable::AUTOFILL] = true;
90 v.ExpectHasExtension(sync_pb::autofill);
110 types.insert(syncable::AUTOFILL);
122 types.insert(syncable::AUTOFILL);
127 source.types[syncable::AUTOFILL] = "autofill_payload";
cleanup_disabled_types_command_unittest.cc 59 (*mutable_routing_info())[syncable::AUTOFILL] = GROUP_PASSIVE;
72 (*mutable_routing_info())[syncable::AUTOFILL] = GROUP_PASSIVE;
verify_updates_command_unittest.cc 37 (*mutable_routing_info())[syncable::AUTOFILL] = GROUP_DB;
81 CreateLocalItem("a1", root, syncable::AUTOFILL);
88 AddUpdate(updates, "a1", root, syncable::AUTOFILL);
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set_unittest.cc 16 routes_[syncable::AUTOFILL] = browser_sync::GROUP_DB;
40 commit_set2.AddCommitItem(7, expected[7], syncable::AUTOFILL);
41 commit_set2.AddCommitItem(6, expected[6], syncable::AUTOFILL);
42 commit_set2.AddCommitItem(5, expected[5], syncable::AUTOFILL);
103 commit_set.AddCommitItem(0, ids_.NewLocalId(), syncable::AUTOFILL);
sync_session_unittest.cc 42 routes_[syncable::AUTOFILL] = GROUP_UI;
85 request_params[syncable::AUTOFILL] = true;
91 request_params[syncable::AUTOFILL] = true;
285 routes_one[syncable::AUTOFILL] = GROUP_DB;
286 routes_two[syncable::AUTOFILL] = GROUP_DB;
314 types[syncable::AUTOFILL] = true;
321 EXPECT_EQ(types_with_payloads[syncable::AUTOFILL], payload);
344 original[syncable::AUTOFILL] = payload2;
350 update[syncable::AUTOFILL] = payload1; // Overwrite with non-empty.
358 EXPECT_EQ(payload1, original[syncable::AUTOFILL]);
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 36 case AUTOFILL:
37 specifics->MutableExtension(sync_pb::autofill);
86 case AUTOFILL:
160 if (specifics.HasExtension(sync_pb::autofill))
161 return AUTOFILL;
195 case AUTOFILL:
196 return "Autofill";
210 return "Autofill Profiles";
248 else if (model_type_string == "Autofill")
249 return AUTOFILL;
    [all...]
model_type.h 57 // An autofill folder or an autofill object.
58 AUTOFILL,
  /external/chromium_org/sync/sessions/
sync_session_unittest.cc 42 routes_[AUTOFILL] = GROUP_DB;
131 ModelTypeSet request_params(BOOKMARKS, AUTOFILL);
136 return ModelTypeSet(AUTOFILL);
  /external/chromium/chrome/browser/sync/notifier/
non_blocking_invalidation_notifier_unittest.cc 63 types.insert(syncable::AUTOFILL);
invalidation_notifier_unittest.cc 62 type_payloads[syncable::AUTOFILL] = "";
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 20 #include "chrome/browser/autofill/autofill_common_test.h"
66 using syncable::AUTOFILL;
140 return syncable::AUTOFILL;
261 if (type == syncable::AUTOFILL) {
350 if (!node.InitUniqueByCreation(syncable::AUTOFILL, autofill_root, tag))
384 const sync_pb::AutofillSpecifics& autofill(
386 if (autofill.has_value()) {
387 AutofillKey key(UTF8ToUTF16(autofill.name()),
388 UTF8ToUTF16(autofill.value()));
390 int timestamps_count = autofill.usage_timestamp_size()
    [all...]
backend_migrator_unittest.cc 36 preferred_types_.insert(syncable::AUTOFILL);
94 difference.insert(syncable::AUTOFILL);
144 to_migrate2.insert(syncable::AUTOFILL);
178 difference.insert(syncable::AUTOFILL);
202 to_migrate.insert(syncable::AUTOFILL);
profile_sync_factory_impl_unittest.cc 40 datatypes.push_back(syncable::AUTOFILL);
103 syncable::AUTOFILL);
  /external/chromium_org/sync/util/
data_type_histogram.h 48 case ::syncer::AUTOFILL: \
49 PER_DATA_TYPE_MACRO("Autofill"); \
  /external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc 58 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
72 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
73 if (it.Get() == syncer::AUTOFILL) {
119 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
140 if (it.Get() == syncer::AUTOFILL) {
141 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
sync_errors_test.cc 105 ASSERT_TRUE(clients()[0]->DisableSyncForDatatype(syncer::AUTOFILL));
112 ASSERT_TRUE(clients()[0]->EnableSyncForDatatype(syncer::AUTOFILL));
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
ProfileSyncService.java 349 if ((modelTypeSelection & ModelTypeSelection.AUTOFILL) != 0) {
350 syncTypes.add(ModelType.AUTOFILL);
405 if (syncEverything || enabledTypes.contains(ModelType.AUTOFILL)) {
406 modelTypeSelection |= ModelTypeSelection.AUTOFILL;

Completed in 8317 milliseconds

1 2 3