OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:single_value_types
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_profile.cc
413
const AutofillFieldType
single_value_types
[] = { COMPANY_NAME,
local
421
for (size_t i = 0; i < arraysize(
single_value_types
); ++i) {
422
int comparison = GetInfo(
single_value_types
[i]).compare(
423
profile.GetInfo(
single_value_types
[i]));
/external/chromium_org/components/autofill/core/browser/
autofill_profile.cc
403
const ServerFieldType
single_value_types
[] = {
local
415
for (size_t i = 0; i < arraysize(
single_value_types
); ++i) {
416
int comparison = GetRawInfo(
single_value_types
[i]).compare(
417
profile.GetRawInfo(
single_value_types
[i]));
Completed in 2848 milliseconds