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

  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc 119 // Add profile0 to the database.
120 AutofillProfile profile0(autofill::test::GetFullProfile());
121 profile0.SetRawInfo(EMAIL_ADDRESS, ASCIIToUTF16("j@s.com"));
122 personal_data_->AddProfile(profile0);
130 EXPECT_EQ(0, profile0.Compare(*results1[0]));
133 AutofillProfile profile0a = profile0;
143 EXPECT_EQ(0, profile0.Compare(*results2[0]));
146 AutofillProfile profile1 = profile0;
161 EXPECT_EQ(0, profile0.Compare(*results3[0]));
166 AutofillProfile profile0(base::GenerateGUID(), "https://www.example.com")
    [all...]
autofill_profile_unittest.cc 89 AutofillProfile profile0(base::GenerateGUID(), "https://www.example.com/");
91 base::string16 summary0 = GetLabel(&profile0);
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_autofill_sync_test.cc 212 AutofillProfile profile0 = CreateAutofillProfile(PROFILE_HOMER); local
217 AddProfile(0, profile0);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 956 AutofillProfile* profile0 = new AutofillProfile; local
    [all...]

Completed in 1776 milliseconds