Home | History | Annotate | Download | only in webdata

Lines Matching full:profiles

548         std::vector<AutofillProfile*> profiles = r->GetValue();
549 STLDeleteElements(&profiles);
1100 std::vector<AutofillProfile*> profiles;
1101 db_->GetAutofillTable()->GetAutofillProfiles(&profiles);
1104 profiles));
1132 // If we trashed any profiles they may have been merged, so send out
1135 std::vector<AutofillProfile*> profiles;
1136 db_->GetAutofillTable()->GetAutofillProfiles(&profiles);
1138 iter = profiles.begin();
1139 iter != profiles.end(); ++iter) {
1147 STLDeleteElements(&profiles);