OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:suggested_fields
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/components/autofill/core/browser/
autofill_profile_unittest.cc
332
std::vector<ServerFieldType>
suggested_fields
;
local
333
suggested_fields
.push_back(ADDRESS_HOME_CITY);
334
suggested_fields
.push_back(ADDRESS_HOME_STATE);
335
suggested_fields
.push_back(ADDRESS_HOME_ZIP);
338
AutofillProfile::CreateInferredLabels(profiles.get(), &
suggested_fields
,
344
AutofillProfile::CreateInferredLabels(profiles.get(), &
suggested_fields
,
351
AutofillProfile::CreateInferredLabels(profiles.get(), &
suggested_fields
,
356
suggested_fields
.clear();
358
suggested_fields
.push_back(NAME_MIDDLE);
360
AutofillProfile::CreateInferredLabels(profiles.get(), &
suggested_fields
,
410
std::vector<ServerFieldType>
suggested_fields
;
local
446
std::vector<ServerFieldType>
suggested_fields
;
local
508
std::vector<ServerFieldType>
suggested_fields
;
local
[
all
...]
autofill_profile.cc
45
// |
suggested_fields
| if it is non-NULL; otherwise returns a default list.
46
// If |
suggested_fields
| is non-NULL, does not include |excluded_field| in the
51
const std::vector<ServerFieldType>*
suggested_fields
,
67
if (!
suggested_fields
) {
83
suggested_fields
->begin();
84
it !=
suggested_fields
->end(); ++it) {
97
suggested_fields
->begin();
98
it !=
suggested_fields
->end(); ++it) {
577
const std::vector<ServerFieldType>*
suggested_fields
,
582
GetFieldsForDistinguishingProfiles(
suggested_fields
, excluded_field
[
all
...]
autofill_profile.h
122
// stores them in |created_labels|. If |
suggested_fields
| is not NULL, the
123
// resulting label fields are drawn from |
suggested_fields
|, except excluding
126
// |UNKNOWN_TYPE| when |
suggested_fields
| is NULL. Each label includes at
130
const std::vector<ServerFieldType>*
suggested_fields
,
/external/chromium/chrome/browser/autofill/
autofill_profile_unittest.cc
342
std::vector<AutofillFieldType>
suggested_fields
;
local
343
suggested_fields
.push_back(ADDRESS_HOME_CITY);
344
suggested_fields
.push_back(ADDRESS_HOME_STATE);
345
suggested_fields
.push_back(ADDRESS_HOME_ZIP);
348
AutofillProfile::CreateInferredLabels(&profiles, &
suggested_fields
,
354
AutofillProfile::CreateInferredLabels(&profiles, &
suggested_fields
,
361
AutofillProfile::CreateInferredLabels(&profiles, &
suggested_fields
,
366
suggested_fields
.clear();
368
suggested_fields
.push_back(NAME_MIDDLE);
370
AutofillProfile::CreateInferredLabels(&profiles, &
suggested_fields
,
412
std::vector<AutofillFieldType>
suggested_fields
;
local
446
std::vector<AutofillFieldType>
suggested_fields
;
local
[
all
...]
autofill_profile.cc
39
// |
suggested_fields
| if it is non-NULL; otherwise returns a default list.
40
// If |
suggested_fields
| is non-NULL, does not include |excluded_field| in the
45
const std::vector<AutofillFieldType>*
suggested_fields
,
61
if (!
suggested_fields
) {
77
suggested_fields
->begin();
78
it !=
suggested_fields
->end(); ++it) {
92
suggested_fields
->begin();
93
it !=
suggested_fields
->end(); ++it) {
339
const std::vector<AutofillFieldType>*
suggested_fields
,
347
GetFieldsForDistinguishingProfiles(
suggested_fields
, excluded_field
[
all
...]
autofill_profile.h
91
// stores them in |created_labels|. If |
suggested_fields
| is not NULL, the
92
// resulting label fields are drawn from |
suggested_fields
|, except excluding
95
// |UNKNOWN_TYPE| when |
suggested_fields
| is NULL. Each label includes at
99
const std::vector<AutofillFieldType>*
suggested_fields
,
Completed in 98 milliseconds