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

  /external/chromium/chrome/browser/autofill/
personal_data_manager_unittest.cc 92 AutofillProfile profile0; local
93 autofill_test::SetProfileInfo(&profile0,
120 update.push_back(profile0);
126 EXPECT_EQ(0, profile0.Compare(*results1.at(0)));
130 // - Update profile0
133 profile0.SetInfo(NAME_FIRST, ASCIIToUTF16("John"));
135 update.push_back(profile0);
141 EXPECT_EQ(0, profile0.Compare(*results2.at(0)));
160 EXPECT_EQ(0, profile0.Compare(*results3.at(0)));
233 AutofillProfile profile0; local
300 AutofillProfile profile0; local
347 AutofillProfile profile0; local
426 AutofillProfile profile0; local
    [all...]
autofill_profile_unittest.cc 31 AutofillProfile profile0; local
33 EXPECT_FALSE(UpdateProfileLabel(&profile0));
34 string16 summary0 = profile0.Label();
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc 146 // Add profile0 to the database.
147 AutofillProfile profile0(autofill::test::GetFullProfile());
148 profile0.SetRawInfo(EMAIL_ADDRESS, ASCIIToUTF16("j@s.com"));
149 personal_data_->AddProfile(profile0);
157 EXPECT_EQ(0, profile0.Compare(*results1[0]));
160 AutofillProfile profile0a = profile0;
170 EXPECT_EQ(0, profile0.Compare(*results2[0]));
173 AutofillProfile profile1 = profile0;
188 EXPECT_EQ(0, profile0.Compare(*results3[0]));
193 AutofillProfile profile0(base::GenerateGUID(), "https://www.example.com")
    [all...]
autofill_profile_unittest.cc 37 AutofillProfile profile0(base::GenerateGUID(), "https://www.example.com/");
39 base::string16 summary0 = GetLabel(&profile0);
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_autofill_sync_test.cc 221 AutofillProfile profile0 = CreateAutofillProfile(PROFILE_HOMER); local
226 AddProfile(0, profile0);
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 676 AutofillProfile* profile0 = new AutofillProfile; local
677 autofill_test::SetProfileInfoWithGuid(profile0,
682 profiles.push_back(profile0);
683 expected_profiles.push_back(*profile0);
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 992 AutofillProfile* profile0 = new AutofillProfile; local
    [all...]

Completed in 1603 milliseconds