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

  /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;
187 profiles.push_back(&profile0);
193 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/
extensions_helper.cc 201 Profile* profile0 = *it; local
204 if (!SyncExtensionHelper::GetInstance()->ExtensionStatesMatch(profile0,
apps_helper.cc 229 Profile* profile0 = *it; local
232 if (!SyncAppHelper::GetInstance()->AppStatesMatch(profile0, *it)) {
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 962 AutofillProfile* profile0 = new AutofillProfile; local
    [all...]

Completed in 4792 milliseconds