OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTML_TYPE_COUNTRY_CODE
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/components/autofill/core/browser/
field_types.h
129
HTML_TYPE_COUNTRY_CODE
, // The ISO 3166-1-alpha-2 country code.
address.cc
108
if (type.html_type() ==
HTML_TYPE_COUNTRY_CODE
) {
127
if (type.html_type() ==
HTML_TYPE_COUNTRY_CODE
) {
address_unittest.cc
34
AutofillType(
HTML_TYPE_COUNTRY_CODE
, HTML_MODE_NONE), "en-US");
44
AutofillType(
HTML_TYPE_COUNTRY_CODE
, HTML_MODE_NONE), "en-US");
91
AutofillType
html_type_country_code
=
local
92
AutofillType(
HTML_TYPE_COUNTRY_CODE
, HTML_MODE_NONE);
93
address.SetInfo(
html_type_country_code
, ASCIIToUTF16("US"), "en-US");
100
address.SetInfo(
html_type_country_code
, ASCIIToUTF16("cA"), "en-US");
106
address.SetInfo(
html_type_country_code
, ASCIIToUTF16("unknown"), "en-US");
autofill_type.cc
145
case
HTML_TYPE_COUNTRY_CODE
:
284
case
HTML_TYPE_COUNTRY_CODE
:
560
case
HTML_TYPE_COUNTRY_CODE
:
561
return "
HTML_TYPE_COUNTRY_CODE
";
form_structure.cc
231
return
HTML_TYPE_COUNTRY_CODE
;
[
all
...]
/external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.cc
267
if (type.html_type() ==
HTML_TYPE_COUNTRY_CODE
) {
wallet_address_unittest.cc
425
AutofillType type = AutofillType(
HTML_TYPE_COUNTRY_CODE
, HTML_MODE_NONE);
Completed in 2747 milliseconds