Home
last modified time | relevance | path

Searched refs:state_label (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_country.h44 const string16 state_label() const { return state_label_; } in state_label() function
50 const string16& state_label);
Dautofill_country_unittest.cc18 EXPECT_EQ(ASCIIToUTF16("State"), united_states_en.state_label()); in TEST()
28 EXPECT_EQ(ASCIIToUTF16("Province"), canada_en.state_label()); in TEST()
Dautofill_country.cc639 const string16& state_label) in AutofillCountry() argument
643 state_label_(state_label) { in AutofillCountry()
/external/chromium_org/components/autofill/core/browser/
Dautofill_country.h67 const base::string16 state_label() const { return state_label_; } in state_label() function
88 const base::string16& state_label);
Dautofill_country_unittest.cc20 EXPECT_EQ(ASCIIToUTF16("State"), united_states_en.state_label()); in TEST()
30 EXPECT_EQ(ASCIIToUTF16("Province"), canada_en.state_label()); in TEST()
Dautofill_country.cc1104 const base::string16& state_label) in AutofillCountry() argument
1108 state_label_(state_label) { in AutofillCountry()
/external/chromium/chrome/browser/ui/webui/options/
Dautofill_options_handler.cc85 details->SetString("stateLabel", country.state_label()); in GetCountryData()
/external/chromium_org/chrome/browser/ui/webui/options/
Dautofill_options_handler.cc69 details->SetString("stateLabel", countries[i]->state_label()); in SetCountryData()