• Home
  • Raw
  • Download

Lines Matching refs:AutofillProfile

396 void WebDataService::AddAutofillProfile(const AutofillProfile& profile) {  in AddAutofillProfile()
397 GenericRequest<AutofillProfile>* request = in AddAutofillProfile()
398 new GenericRequest<AutofillProfile>( in AddAutofillProfile()
406 void WebDataService::UpdateAutofillProfile(const AutofillProfile& profile) { in UpdateAutofillProfile()
407 GenericRequest<AutofillProfile>* request = in UpdateAutofillProfile()
408 new GenericRequest<AutofillProfile>( in UpdateAutofillProfile()
545 const WDResult<std::vector<AutofillProfile*> >* r = in RequestCompleted()
546 static_cast<const WDResult<std::vector<AutofillProfile*> >*>( in RequestCompleted()
548 std::vector<AutofillProfile*> profiles = r->GetValue(); in RequestCompleted()
1013 GenericRequest<AutofillProfile>* request) { in AddAutofillProfileImpl()
1016 const AutofillProfile& profile = request->GetArgument(); in AddAutofillProfileImpl()
1035 GenericRequest<AutofillProfile>* request) { in UpdateAutofillProfileImpl()
1038 const AutofillProfile& profile = request->GetArgument(); in UpdateAutofillProfileImpl()
1043 AutofillProfile* original_profile = NULL; in UpdateAutofillProfileImpl()
1049 scoped_ptr<AutofillProfile> scoped_profile(original_profile); in UpdateAutofillProfileImpl()
1074 AutofillProfile* profile = NULL; in RemoveAutofillProfileImpl()
1079 scoped_ptr<AutofillProfile> scoped_profile(profile); in RemoveAutofillProfileImpl()
1100 std::vector<AutofillProfile*> profiles; in GetAutofillProfilesImpl()
1103 new WDResult<std::vector<AutofillProfile*> >(AUTOFILL_PROFILES_RESULT, in GetAutofillProfilesImpl()
1135 std::vector<AutofillProfile*> profiles; in EmptyMigrationTrashImpl()
1137 for (std::vector<AutofillProfile*>::const_iterator in EmptyMigrationTrashImpl()