OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AdjustInferredLabels
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_profile_unittest.cc
22
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
(&profiles))
[
all
...]
autofill_profile.h
64
// profiles. See
AdjustInferredLabels
() further down for more description.
88
static bool
AdjustInferredLabels
(std::vector<AutofillProfile*>* profiles);
personal_data_manager.cc
144
AutofillProfile::
AdjustInferredLabels
(&profile_pointers);
367
AutofillProfile::
AdjustInferredLabels
(&profile_pointers);
499
AutofillProfile::
AdjustInferredLabels
(&web_profiles_.get());
autofill_profile.cc
317
bool AutofillProfile::
AdjustInferredLabels
(
personal_data_manager_unittest.cc
453
AutofillProfile::
AdjustInferredLabels
(&profile_pointers);
474
AutofillProfile::
AdjustInferredLabels
(&profile_pointers);
[
all
...]
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp
265
return AutofillProfile::
AdjustInferredLabels
(&profiles);
Completed in 81 milliseconds