Home | History | Annotate | Download | only in sync

Lines Matching refs:profiles

372                                     std::vector<AutofillProfile>* profiles) {
401 profiles->push_back(p);
409 std::vector<AutofillProfile>* profiles) {
427 profiles->push_back(p);
673 std::vector<AutofillProfile*> profiles;
682 profiles.push_back(profile0);
685 WillOnce(DoAll(SetArgumentPointee<0>(profiles), Return(true)));