Lines Matching refs:AutofillProfile
19 bool UpdateProfileLabel(AutofillProfile *profile) { in UpdateProfileLabel()
20 std::vector<AutofillProfile*> profiles; in UpdateProfileLabel()
22 return AutofillProfile::AdjustInferredLabels(&profiles); in UpdateProfileLabel()
31 AutofillProfile profile0; in TEST()
39 AutofillProfile profile00; in TEST()
48 AutofillProfile profile1; in TEST()
57 AutofillProfile profile2; in TEST()
67 AutofillProfile profile3; in TEST()
76 AutofillProfile profile4; in TEST()
85 AutofillProfile profile5; in TEST()
94 AutofillProfile profile6; in TEST()
104 AutofillProfile profile7; in TEST()
115 AutofillProfile profile7a; in TEST()
119 std::vector<AutofillProfile*> profiles; in TEST()
122 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()
132 std::vector<AutofillProfile*> profiles; in TEST()
133 profiles.push_back(new AutofillProfile); in TEST()
148 profiles.push_back(new AutofillProfile); in TEST()
164 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()
166 EXPECT_FALSE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()
172 profiles.push_back(new AutofillProfile); in TEST()
187 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()
200 profiles.push_back(new AutofillProfile); in TEST()
216 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()
226 profiles.push_back(new AutofillProfile); in TEST()
242 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()
257 profiles.push_back(new AutofillProfile); in TEST()
273 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()
291 EXPECT_FALSE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()
298 std::vector<AutofillProfile*> profiles; in TEST()
299 profiles.push_back(new AutofillProfile); in TEST()
313 profiles.push_back(new AutofillProfile); in TEST()
329 AutofillProfile::CreateInferredLabels(&profiles, NULL, UNKNOWN_TYPE, 2, in TEST()
335 AutofillProfile::CreateInferredLabels(&profiles, NULL, UNKNOWN_TYPE, 3, in TEST()
348 AutofillProfile::CreateInferredLabels(&profiles, &suggested_fields, in TEST()
354 AutofillProfile::CreateInferredLabels(&profiles, &suggested_fields, in TEST()
361 AutofillProfile::CreateInferredLabels(&profiles, &suggested_fields, in TEST()
370 AutofillProfile::CreateInferredLabels(&profiles, &suggested_fields, in TEST()
377 AutofillProfile::CreateInferredLabels(&profiles, &suggested_fields, in TEST()
388 AutofillProfile::CreateInferredLabels(&profiles, &suggested_fields, NAME_FULL, in TEST()
400 ScopedVector<AutofillProfile> profiles; in TEST()
401 profiles.push_back(new AutofillProfile); in TEST()
405 profiles.push_back(new AutofillProfile); in TEST()
417 AutofillProfile::CreateInferredLabels(&profiles.get(), &suggested_fields, in TEST()
425 AutofillProfile::CreateInferredLabels(&profiles.get(), &suggested_fields, in TEST()
434 ScopedVector<AutofillProfile> profiles; in TEST()
435 profiles.push_back(new AutofillProfile); in TEST()
439 profiles.push_back(new AutofillProfile); in TEST()
451 AutofillProfile::CreateInferredLabels(&profiles.get(), &suggested_fields, in TEST()
460 ScopedVector<AutofillProfile> profiles; in TEST()
461 profiles.push_back(new AutofillProfile); in TEST()
465 profiles.push_back(new AutofillProfile); in TEST()
469 profiles.push_back(new AutofillProfile); in TEST()
475 AutofillProfile::CreateInferredLabels(&profiles.get(), NULL, UNKNOWN_TYPE, 3, in TEST()
486 AutofillProfile::CreateInferredLabels(&profiles.get(), NULL, UNKNOWN_TYPE, 1, in TEST()
496 scoped_ptr<AutofillProfile> a, b; in TEST()
499 a.reset(new AutofillProfile); in TEST()
500 b.reset(new AutofillProfile); in TEST()
516 a.reset(new AutofillProfile); in TEST()
517 b.reset(new AutofillProfile); in TEST()
528 scoped_ptr<AutofillProfile> a, b; in TEST()
533 a.reset(new AutofillProfile); in TEST()
534 b.reset(new AutofillProfile); in TEST()
545 a.reset(new AutofillProfile); in TEST()
546 b.reset(new AutofillProfile); in TEST()
556 a.reset(new AutofillProfile); in TEST()
557 b.reset(new AutofillProfile); in TEST()
568 scoped_ptr<AutofillProfile> a, b; in TEST()
571 a.reset(new AutofillProfile); in TEST()
572 b.reset(new AutofillProfile); in TEST()
578 AutofillProfile expected_b(*b); in TEST()
581 AutofillProfile expected_a; in TEST()
591 AutofillProfile a, b; in TEST()
607 AutofillProfile a; in TEST()
614 AutofillProfile b(a); in TEST()
619 AutofillProfile a, b; in TEST()
639 AutofillProfile profile; in TEST()
647 AutofillProfile p; in TEST()
666 AutofillProfile p2 = p; in TEST()
691 AutofillProfile p; in TEST()
710 AutofillProfile p2 = p; in TEST()
735 AutofillProfile p; in TEST()
754 AutofillProfile p2 = p; in TEST()
779 AutofillProfile p; in TEST()
798 AutofillProfile p2 = p; in TEST()