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

  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 342 AutofillProfile profile6; local
343 profile6.SetRawInfo(NAME_FIRST,
347 profile6.SetRawInfo(NAME_LAST,
354 profile6.SetRawInfo(ADDRESS_HOME_ZIP, WideToUTF16(L"HOME 94043"));
355 profiles.push_back(profile6);
  /external/chromium/chrome/browser/autofill/
autofill_profile_unittest.cc 94 AutofillProfile profile6; local
95 autofill_test::SetProfileInfo(&profile6, "Marion", "Mitchell",
98 EXPECT_TRUE(UpdateProfileLabel(&profile6));
99 string16 summary6 = profile6.Label();
  /external/chromium_org/components/autofill/core/browser/
autofill_profile_unittest.cc 101 AutofillProfile profile6(base::GenerateGUID(), "https://www.example.com/");
102 test::SetProfileInfo(&profile6, "Marion", "Mitchell",
105 base::string16 summary6 = GetLabel(&profile6);
    [all...]

Completed in 26 milliseconds