HomeSort by relevance Sort by last modified time
    Searched full:autofill_profile (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl_unittest.cc 40 datatypes.push_back(syncer::AUTOFILL_PROFILE);
158 syncer::AUTOFILL_PROFILE);
profile_sync_service_autofill_unittest.cc 188 return syncer::AUTOFILL_PROFILE;
429 GetSyncableServiceForType(syncer::AUTOFILL_PROFILE)).
496 } else if (type == syncer::AUTOFILL_PROFILE) {
647 node.InitUniqueByCreation(syncer::AUTOFILL_PROFILE,
    [all...]
sync_prefs.cc 121 model_set.Put(syncer::AUTOFILL_PROFILE);
311 case syncer::AUTOFILL_PROFILE:
409 pref_groups_[syncer::AUTOFILL].Put(syncer::AUTOFILL_PROFILE);
  /external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/base/
ModelType.java 28 AUTOFILL_PROFILE("AUTOFILL_PROFILE"),
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 145 return syncable::AUTOFILL_PROFILE;
263 } else if (type == syncable::AUTOFILL_PROFILE) {
364 if (!node.InitUniqueByCreation(syncable::AUTOFILL_PROFILE,
688 CreateRootTask task(this, syncable::AUTOFILL_PROFILE);
689 StartSyncService(&task, false, syncable::AUTOFILL_PROFILE);
811 StartSyncService(&task, false, syncable::AUTOFILL_PROFILE);
852 StartSyncService(&task, false, syncable::AUTOFILL_PROFILE);
    [all...]
abstract_profile_sync_service_test.cc 46 case syncable::AUTOFILL_PROFILE:
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 15 #include "components/autofill/core/browser/autofill_profile.h"
259 void AddProfile(int profile, const AutofillProfile& autofill_profile) {
264 autofill_profiles.push_back(autofill_profile);
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.h 11 #include "chrome/browser/autofill/autofill_profile.h"
autofill_profile_model_associator.cc 86 if (node.InitByClientTagLookup(syncable::AUTOFILL_PROFILE, guid) &&
338 syncable::AUTOFILL_PROFILE, autofill_root, profile.guid())) {
512 return encrypted_types.count(syncable::AUTOFILL_PROFILE) == 0 ||
autofill_profile_model_associator.h 57 static syncable::ModelType model_type() { return syncable::AUTOFILL_PROFILE; }
  /external/chromium/chrome/browser/sync/protocol/
autofill_specifics.proto 102 optional AutofillProfileSpecifics autofill_profile = 63951;
proto_value_conversions_unittest.cc 143 SET_EXTENSION(autofill_profile);
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper_unittest.cc 13 #include "components/autofill/core/browser/autofill_profile.h"
new_credit_card_bubble_controller.cc 19 #include "components/autofill/core/browser/autofill_profile.h"
  /external/chromium_org/components/autofill/content/browser/wallet/
instrument.cc 14 #include "components/autofill/core/browser/autofill_profile.h"
  /external/chromium_org/components/autofill/core/browser/android/
auxiliary_profiles_android.cc 18 #include "components/autofill/core/browser/autofill_profile.h"
  /external/chromium_org/sync/util/
data_type_histogram.h 51 case ::syncer::AUTOFILL_PROFILE: \
  /external/chromium_org/chrome/browser/sync/glue/
non_ui_data_type_controller_unittest.cc 33 using syncer::AUTOFILL_PROFILE;
76 return AUTOFILL_PROFILE;
389 AUTOFILL_PROFILE)));
  /external/chromium_org/sync/internal_api/
base_node.cc 277 DCHECK_EQ(GetModelType(), AUTOFILL_PROFILE);
278 return GetEntitySpecifics().autofill_profile();
  /external/chromium_org/sync/syncable/
nigori_util.cc 251 encrypted_types.Has(AUTOFILL_PROFILE));
285 encrypted_types.Put(AUTOFILL_PROFILE);
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win_unittest.cc 10 #include "chrome/browser/autofill/autofill_profile.h"
phone_number.cc 9 #include "chrome/browser/autofill/autofill_profile.h"
select_control_handler.cc 14 #include "chrome/browser/autofill/autofill_profile.h"
select_control_handler_unittest.cc 6 #include "chrome/browser/autofill/autofill_profile.h"
  /external/chromium/chrome/browser/sync/syncable/
model_type.h 56 AUTOFILL_PROFILE,

Completed in 398 milliseconds

12 3 4 5 6