Searched refs:autofill_profiles_b (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dautofill_helper.cc363 const std::vector<AutofillProfile*>& autofill_profiles_b) {
370 for (size_t i = 0; i < autofill_profiles_b.size(); ++i) {
371 const AutofillProfile* p = autofill_profiles_b[i];
399 const std::vector<AutofillProfile*>& autofill_profiles_b = local
402 profile_a, autofill_profiles_a, profile_b, autofill_profiles_b);
460 const std::vector<AutofillProfile*>& autofill_profiles_b = local
464 profile_a_, autofill_profiles_a, profile_b_, autofill_profiles_b);
359 ProfilesMatchImpl( int profile_a, const std::vector<AutofillProfile*>& autofill_profiles_a, int profile_b, const std::vector<AutofillProfile*>& autofill_profiles_b) argument

Completed in 111 milliseconds