OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCountryCode
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_country_unittest.cc
47
TEST(AutofillCountryTest,
GetCountryCode
) {
49
EXPECT_EQ("US", AutofillCountry::
GetCountryCode
(ASCIIToUTF16("United States"),
51
EXPECT_EQ("CA", AutofillCountry::
GetCountryCode
(ASCIIToUTF16("Canada"),
55
EXPECT_EQ("US", AutofillCountry::
GetCountryCode
(ASCIIToUTF16("united states"),
59
EXPECT_EQ("US", AutofillCountry::
GetCountryCode
(ASCIIToUTF16("US"), "en_US"));
60
EXPECT_EQ("HU", AutofillCountry::
GetCountryCode
(ASCIIToUTF16("hu"), "en_US"));
61
EXPECT_EQ("CA", AutofillCountry::
GetCountryCode
(ASCIIToUTF16("CA"), "fr_CA"));
62
EXPECT_EQ("MX", AutofillCountry::
GetCountryCode
(ASCIIToUTF16("mx"), "fr_CA"));
66
AutofillCountry::
GetCountryCode
(
68
EXPECT_EQ("US", AutofillCountry::
GetCountryCode
(ASCIIToUTF16("USA")
[
all
...]
autofill_country.h
35
static const std::string
GetCountryCode
(const string16& country,
address.cc
185
country_code_ = AutofillCountry::
GetCountryCode
(country, app_locale);
206
std::string country_code = AutofillCountry::
GetCountryCode
(text, app_locale);
autofill_country.cc
358
const std::string
GetCountryCode
(const string16& country,
439
const std::string CountryNames::
GetCountryCode
(const string16& country,
622
const std::string AutofillCountry::
GetCountryCode
(const string16& country,
624
return CountryNames::GetInstance()->
GetCountryCode
(country, locale);
select_control_handler.cc
172
if (country_code == AutofillCountry::
GetCountryCode
(*iter, app_locale)) {
/external/chromium/chrome/browser/webdata/
autofill_table.cc
[
all
...]
Completed in 758 milliseconds