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

1 2

  /external/chromium_org/sync/syncable/
syncable_util_unittest.cc 20 GenerateSyncableHash(AUTOFILL, "tag1"));
27 GenerateSyncableHash(AUTOFILL, "tag2"));
model_type.cc 44 case AUTOFILL:
147 case AUTOFILL:
250 return AUTOFILL;
354 set.Put(AUTOFILL);
475 case AUTOFILL:
476 return "Autofill";
494 return "Autofill Profiles";
554 case AUTOFILL:
647 else if (model_type_string == "Autofill")
648 return AUTOFILL;
    [all...]
syncable_unittest.cc 207 AddDefaultFieldValue(AUTOFILL, &autofill_specs);
209 ModelTypeSet types_to_purge(PREFERENCES, AUTOFILL);
213 dir()->SetDownloadProgress(AUTOFILL, BuildProgress(AUTOFILL));
222 dir()->SetDataTypeContext(&trans, AUTOFILL, BuildContext(AUTOFILL));
227 CreateTypeRoot(&trans, dir().get(), AUTOFILL);
256 MutableEntry item5(&trans, CREATE, AUTOFILL,
nigori_util.cc 253 nigori->set_encrypt_autofill(encrypted_types.Has(AUTOFILL));
290 encrypted_types.Put(AUTOFILL);
  /external/chromium_org/components/sync_driver/
user_selectable_sync_type.h 28 AUTOFILL = 3,
shared_change_processor_unittest.cc 120 syncer::AUTOFILL,
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_model_type_selection_android.h 11 DEFINE_MODEL_TYPE_SELECTION(AUTOFILL, 1<<0)
backend_migrator_unittest.cc 43 preferred_types_.Put(syncer::AUTOFILL);
128 difference.Put(syncer::AUTOFILL);
159 difference.Put(syncer::AUTOFILL);
209 to_migrate2.Put(syncer::AUTOFILL);
211 to_migrate_union.Put(syncer::AUTOFILL);
248 difference.Put(syncer::AUTOFILL);
273 to_migrate.Put(syncer::AUTOFILL);
profile_sync_service_autofill_unittest.cc 24 #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_profile_syncable_service.h"
48 #include "components/autofill/core/browser/webdata/autofill_table.h"
49 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
68 using autofill::AutofillChange;
69 using autofill::AutofillChangeList
    [all...]
profile_sync_components_factory_impl_unittest.cc 50 datatypes.push_back(syncer::AUTOFILL);
157 TestSwitchDisablesType(syncer::ModelTypeSet(syncer::AUTOFILL));
profile_sync_service_android.cc 375 if (model_type_selection & AUTOFILL)
376 types.Put(syncer::AUTOFILL);
469 if (types.Has(syncer::AUTOFILL)) {
470 model_type_selection |= AUTOFILL;
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar_unittest.cc 28 using syncer::AUTOFILL;
49 registrar_->ActivateDataType(AUTOFILL,
54 expected_routing_info[AUTOFILL] = syncer::GROUP_DB;
56 ExpectHasProcessorsForTypes(*registrar_, ModelTypeSet(AUTOFILL));
57 TriggerChanges(registrar_.get(), AUTOFILL);
147 const ModelTypeSet types1(BOOKMARKS, NIGORI, AUTOFILL);
154 expected_routing_info[AUTOFILL] = syncer::GROUP_PASSIVE;
225 TriggerChanges(registrar_.get(), AUTOFILL);
238 const ModelTypeSet types(AUTOFILL);
252 registrar_->DeactivateDataType(AUTOFILL);
    [all...]
autofill_data_type_controller.cc 15 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
35 return syncer::AUTOFILL;
64 autofill::AutofillWebDataService* web_data_service =
  /external/chromium_org/sync/sessions/
model_type_registry_unittest.cc 87 routing_info.insert(std::make_pair(AUTOFILL, GROUP_DB));
100 routing_info1.insert(std::make_pair(AUTOFILL, GROUP_PASSIVE));
107 routing_info2.insert(std::make_pair(AUTOFILL, GROUP_DB));
120 routing_info1.insert(std::make_pair(AUTOFILL, GROUP_DB));
136 routing_info1.insert(std::make_pair(AUTOFILL, GROUP_DB));
189 routing_info1.insert(std::make_pair(AUTOFILL, GROUP_DB));
  /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 55 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
70 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
71 if (it.Get() == syncer::AUTOFILL) {
120 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
141 if (it.Get() == syncer::AUTOFILL) {
142 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
sync_errors_test.cc 182 ASSERT_TRUE(GetClient(0)->DisableSyncForDatatype(syncer::AUTOFILL));
189 ASSERT_TRUE(GetClient(0)->EnableSyncForDatatype(syncer::AUTOFILL));
  /external/chromium_org/sync/engine/
get_updates_processor_unittest.cc 45 AddUpdateHandler(AUTOFILL);
148 AUTOFILL, BuildInvalidation(1, "autofill_payload"));
154 notified_types.Put(AUTOFILL);
193 nudge_tracker.RecordInitialSyncRequired(AUTOFILL);
196 ModelTypeSet initial_sync_types = ModelTypeSet(AUTOFILL, PREFERENCES);
394 autofill_handler_ = AddUpdateHandler(AUTOFILL);
398 return ModelTypeSet(AUTOFILL);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
ProfileSyncService.java 375 if ((modelTypeSelection & ModelTypeSelection.AUTOFILL) != 0) {
376 syncTypes.add(ModelType.AUTOFILL);
434 if (syncEverything || enabledTypes.contains(ModelType.AUTOFILL)) {
435 modelTypeSelection |= ModelTypeSelection.AUTOFILL;
  /external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.cc 10 #include "components/autofill/core/browser/webdata/autofill_table.h"
11 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
20 using autofill::AutofillChange;
21 using autofill::AutofillChangeList;
22 using autofill::AutofillEntry;
23 using autofill::AutofillKey;
24 using autofill::AutofillTable;
25 using autofill::AutofillWebDataService;
26 using autofill::AutofillWebDataBackend;
180 DCHECK_EQ(syncer::AUTOFILL, type)
252 const sync_pb::AutofillSpecifics& autofill = local
360 sync_pb::AutofillSpecifics* autofill = local
    [all...]
autocomplete_syncable_service.h 19 #include "components/autofill/core/browser/webdata/autofill_change.h"
20 #include "components/autofill/core/browser/webdata/autofill_entry.h"
21 #include "components/autofill/core/browser/webdata/autofill_webdata_backend.h"
22 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
23 #include "components/autofill/core/browser/webdata/autofill_webdata_service_observer.h"
31 namespace autofill { namespace
50 public autofill::AutofillWebDataServiceObserverOnDBThread,
58 autofill::AutofillWebDataService* web_data_service,
59 autofill::AutofillWebDataBackend* web_data_backend);
63 autofill::AutofillWebDataService* web_data_service)
    [all...]
  /external/chromium_org/sync/tools/testserver/
chromiumsync_test.py 311 autofill = chromiumsync.SYNC_TYPE_FIELDS['autofill']
315 msg.requested_types.autofill.SetInParent()
321 chromiumsync.AUTOFILL: 15412,
338 marker.data_type_id = autofill.number
346 chromiumsync.AUTOFILL: 15412,
354 self.assertEqual(marker.data_type_id, autofill.number)
361 marker.data_type_id = autofill.number
369 chromiumsync.AUTOFILL: 412,
396 marker = self.FindMarkerByNumber(response.new_progress_marker, autofill)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/preferences_private/
preferences_private_apitest.cc 90 type_set.Put(syncer::AUTOFILL);
180 categories->Find(base::StringValue("Autofill"))) <<
  /external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/base/
ModelType.java 26 * An autofill object.
28 AUTOFILL("AUTOFILL"),
30 * An autofill profile object.
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 63 // An autofill object.
64 AUTOFILL,

Completed in 469 milliseconds

1 2