Home | History | Annotate | Download | only in autofill

Lines Matching refs:imported_profile

1124       controller()->GetTestingManager()->imported_profile().guid());
1999 controller()->GetTestingManager()->imported_profile();
3349 const AutofillProfile& imported_profile =
3350 controller()->GetTestingManager()->imported_profile();
3351 ASSERT_EQ(imported_profile.GetRawInfo(NAME_FULL),
3353 EXPECT_EQ(imported_profile.origin(), GURL(kSourceUrl).GetOrigin().spec());
3354 EXPECT_FALSE(imported_profile.IsVerified());