Home
last modified time | relevance | path

Searched refs:AdjustInferredLabels (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_profile_unittest.cc22 return AutofillProfile::AdjustInferredLabels(&profiles); in UpdateProfileLabel()
122 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles)); in TEST()
131 TEST(AutofillProfileTest, AdjustInferredLabels) { in TEST() argument
164 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()
Dautofill_profile.h88 static bool AdjustInferredLabels(std::vector<AutofillProfile*>* profiles);
Dpersonal_data_manager.cc144 AutofillProfile::AdjustInferredLabels(&profile_pointers); in OnWebDataServiceRequestDone()
367 AutofillProfile::AdjustInferredLabels(&profile_pointers); in SetProfiles()
499 AutofillProfile::AdjustInferredLabels(&web_profiles_.get()); in UpdateProfile()
Dautofill_profile.cc317 bool AutofillProfile::AdjustInferredLabels( in AdjustInferredLabels() function in AutofillProfile
Dpersonal_data_manager_unittest.cc453 AutofillProfile::AdjustInferredLabels(&profile_pointers); in TEST_F()
474 AutofillProfile::AdjustInferredLabels(&profile_pointers); in TEST_F()
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DWebAutofill.cpp265 return AutofillProfile::AdjustInferredLabels(&profiles); in updateProfileLabel()