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

  /external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.cc 42 const AutofillProfile& imported_profile) {
43 imported_profile_ = imported_profile;
44 return imported_profile.guid();
test_personal_data_manager.h 34 const AutofillProfile& imported_profile) OVERRIDE;
49 const AutofillProfile& imported_profile() { return imported_profile_; } function in class:autofill::TestPersonalDataManager
personal_data_manager.cc 229 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_
    [all...]
personal_data_manager.h 88 // Saves |imported_profile| to the WebDB if it exists. Returns the guid of
91 const AutofillProfile& imported_profile);
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc 3349 const AutofillProfile& imported_profile = local
    [all...]

Completed in 498 milliseconds