Searched refs:AdjustInferredLabels (Results 1 – 6 of 6) sorted by relevance
22 return AutofillProfile::AdjustInferredLabels(&profiles); in UpdateProfileLabel()122 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()131 TEST(AutofillProfileTest, AdjustInferredLabels) { in TEST() argument164 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()166 EXPECT_FALSE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()187 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()216 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()242 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()273 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()291 EXPECT_FALSE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()
88 static bool AdjustInferredLabels(std::vector<AutofillProfile*>* profiles);
144 AutofillProfile::AdjustInferredLabels(&profile_pointers); in OnWebDataServiceRequestDone()367 AutofillProfile::AdjustInferredLabels(&profile_pointers); in SetProfiles()499 AutofillProfile::AdjustInferredLabels(&web_profiles_.get()); in UpdateProfile()
317 bool AutofillProfile::AdjustInferredLabels( in AdjustInferredLabels() function in AutofillProfile
453 AutofillProfile::AdjustInferredLabels(&profile_pointers); in TEST_F()474 AutofillProfile::AdjustInferredLabels(&profile_pointers); in TEST_F()
265 return AutofillProfile::AdjustInferredLabels(&profiles); in updateProfileLabel()