Searched defs:imported_profile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dtest_personal_data_manager.h34 const AutofillProfile& imported_profile) OVERRIDE;
49 const AutofillProfile& imported_profile() { return imported_profile_; } function in class:autofill::TestPersonalDataManager
H A Dtest_personal_data_manager.cc42 const AutofillProfile& imported_profile) {
43 imported_profile_ = imported_profile;
44 return imported_profile.guid();
41 SaveImportedProfile( const AutofillProfile& imported_profile) argument
H A Dpersonal_data_manager.cc229 scoped_ptr<AutofillProfile> imported_profile(new AutofillProfile);
233 imported_profile->set_origin(origin);
268 imported_profile->GetRawInfo(EMAIL_ADDRESS) != value) {
269 imported_profile.reset();
277 imported_profile.reset();
298 imported_profile->SetInfo(field_type, value, app_locale_);
303 imported_profile->GetRawInfo(ADDRESS_HOME_COUNTRY).empty()) {
304 imported_profile.reset();
311 if (imported_profile.get() && !home.IsEmpty()) {
313 if (!home.ParseNumber(*imported_profile, app_locale
982 SaveImportedProfile( const AutofillProfile& imported_profile) argument
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc1124 controller()->GetTestingManager()->imported_profile().guid());
1999 controller()->GetTestingManager()->imported_profile();
3349 const AutofillProfile& imported_profile = local
3350 controller()->GetTestingManager()->imported_profile();
3351 ASSERT_EQ(imported_profile.GetRawInfo(NAME_FULL),
3353 EXPECT_EQ(imported_profile.origin(), GURL(kSourceUrl).GetOrigin().spec());
3354 EXPECT_FALSE(imported_profile.IsVerified());

Completed in 84 milliseconds