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

  /external/chromium/chrome/browser/autofill/
autofill_profile_unittest.cc 39 AutofillProfile profile00; local
40 autofill_test::SetProfileInfo(&profile00, "", "Mitchell", "",
43 EXPECT_TRUE(UpdateProfileLabel(&profile00));
44 string16 summary00 = profile00.Label();
  /external/chromium_org/components/autofill/core/browser/
autofill_profile_unittest.cc 44 AutofillProfile profile00(base::GenerateGUID(), "https://www.example.com/");
45 test::SetProfileInfo(&profile00, "", "", "",
48 base::string16 summary00 = GetLabel(&profile00);
    [all...]

Completed in 1055 milliseconds