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

/external/chromium/chrome/browser/autofill/
H A Dautofill_profile_unittest.cc22 return AutofillProfile::AdjustInferredLabels(&profiles);
122 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles));
131 TEST(AutofillProfileTest, AdjustInferredLabels) {
164 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles));
166 EXPECT_FALSE(AutofillProfile::AdjustInferredLabels(&profiles));
187 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles));
216 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles));
242 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles));
273 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles));
291 EXPECT_FALSE(AutofillProfile::AdjustInferredLabels(
[all...]
H A Dautofill_profile.h64 // profiles. See AdjustInferredLabels() further down for more description.
88 static bool AdjustInferredLabels(std::vector<AutofillProfile*>* profiles);
H A Dpersonal_data_manager.cc144 AutofillProfile::AdjustInferredLabels(&profile_pointers);
367 AutofillProfile::AdjustInferredLabels(&profile_pointers);
499 AutofillProfile::AdjustInferredLabels(&web_profiles_.get());
H A Dautofill_profile.cc317 bool AutofillProfile::AdjustInferredLabels( function in class:AutofillProfile
H A Dpersonal_data_manager_unittest.cc453 AutofillProfile::AdjustInferredLabels(&profile_pointers);
474 AutofillProfile::AdjustInferredLabels(&profile_pointers);
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
H A DWebAutofill.cpp265 return AutofillProfile::AdjustInferredLabels(&profiles);

Completed in 111 milliseconds