HomeSort by relevance Sort by last modified time
    Searched refs:autofill_profile (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.h 72 // Adds the autofill profile |autofill_profile| to sync profile |profile|.
73 void AddProfile(int profile, const autofill::AutofillProfile& autofill_profile);
autofill_helper.cc 15 #include "components/autofill/core/browser/autofill_profile.h"
261 void AddProfile(int profile, const AutofillProfile& autofill_profile) {
266 autofill_profiles.push_back(autofill_profile);
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.h 63 static syncer::ModelType model_type() { return syncer::AUTOFILL_PROFILE; }
167 autofill::AutofillProfile* autofill_profile);
172 autofill::AutofillProfile* autofill_profile);
autofill_profile_syncable_service.cc 12 #include "components/autofill/core/browser/autofill_profile.h"
203 DCHECK_EQ(type, syncer::AUTOFILL_PROFILE);
215 DCHECK_EQ(type, syncer::AUTOFILL_PROFILE);
234 syncer::AUTOFILL_PROFILE);
250 autofill_profile().guid();
284 flare_.Run(syncer::AUTOFILL_PROFILE);
445 DCHECK_EQ(syncer::AUTOFILL_PROFILE, data.GetDataType());
449 specifics.autofill_profile());
571 AutofillProfile* autofill_profile) {
572 if (UTF16ToUTF8(autofill_profile->GetRawInfo(field_type)) == new_value
    [all...]
autofill_profile_syncable_service_unittest.cc 9 #include "components/autofill/core/browser/autofill_profile.h"
66 if (passed->sync_data().GetSpecifics().autofill_profile().guid() !=
67 expected->sync_data().GetSpecifics().autofill_profile().guid()) {
162 syncer::AUTOFILL_PROFILE, data_list,
226 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
282 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
347 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
393 syncer::AUTOFILL_PROFILE, data_list,
397 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
432 autofill_syncable_service_.GetAllSyncData(syncer::AUTOFILL_PROFILE);
    [all...]
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions_unittest.cc 143 SET_EXTENSION(autofill_profile);
proto_value_conversions.cc 300 SET_EXTENSION(sync_pb, autofill_profile, AutofillProfileSpecificsToValue);
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator_unittest.cc 103 specifics.MutableExtension(sync_pb::autofill_profile);
184 specifics.MutableExtension(sync_pb::autofill_profile);
autofill_profile_change_processor.cc 12 #include "chrome/browser/autofill/autofill_profile.h"
77 sync_pb::autofill_profile));
80 changes[i].specifics.GetExtension(sync_pb::autofill_profile);
293 if (!node.InitUniqueByCreation(syncable::AUTOFILL_PROFILE,
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 39 case AUTOFILL_PROFILE:
40 specifics->MutableExtension(sync_pb::autofill_profile);
89 case AUTOFILL_PROFILE:
163 if (specifics.HasExtension(sync_pb::autofill_profile))
164 return AUTOFILL_PROFILE;
209 case AUTOFILL_PROFILE:
251 return AUTOFILL_PROFILE;
335 case AUTOFILL_PROFILE:
368 case AUTOFILL_PROFILE: {
416 const char kAutofillProfileNotificationType[] = "AUTOFILL_PROFILE";
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
bidi_checker_web_ui_test.cc 25 #include "components/autofill/core/browser/autofill_profile.h"
269 AutofillProfile autofill_profile; local
270 autofill::test::SetProfileInfo(&autofill_profile,
286 personal_data_manager->AddProfile(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/protocol/
proto_value_conversions_unittest.cc 267 SET_FIELD(autofill_profile);
proto_value_conversions.cc 717 SET_FIELD(autofill_profile, AutofillProfileSpecificsToValue);
    [all...]
  /external/chromium_org/components/
autofill_core_browser.target.darwin-mips.mk 49 components/autofill/core/browser/autofill_profile.cc \
autofill_core_browser.target.darwin-x86.mk 49 components/autofill/core/browser/autofill_profile.cc \
autofill_core_browser.target.linux-mips.mk 49 components/autofill/core/browser/autofill_profile.cc \
autofill_core_browser.target.linux-x86.mk 49 components/autofill/core/browser/autofill_profile.cc \
autofill_core_browser.target.darwin-arm.mk 49 components/autofill/core/browser/autofill_profile.cc \
autofill_core_browser.target.linux-arm.mk 49 components/autofill/core/browser/autofill_profile.cc \
  /external/chromium/net/tools/testserver/
chromiumsync.py 39 AUTOFILL_PROFILE,
57 AUTOFILL_PROFILE: autofill_specifics_pb2.autofill_profile,
254 parent_tag='google_chrome', sync_type=AUTOFILL_PROFILE),
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 466 const AutofillProfile& autofill_profile) {
468 autofill_profile);
    [all...]
  /external/chromium/
Android.mk 374 chrome/browser/autofill/autofill_profile.cc \
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 367 DCHECK_EQ(GetModelType(), syncable::AUTOFILL_PROFILE);
370 return unencrypted.GetExtension(sync_pb::autofill_profile);
517 DCHECK_EQ(GetModelType(), syncable::AUTOFILL_PROFILE);
524 entity_specifics.MutableExtension(sync_pb::autofill_profile)->CopyFrom(
    [all...]

Completed in 119 milliseconds