OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:state_label
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/autofill/core/browser/
autofill_country.h
67
const base::string16&
state_label
() const { return state_label_; }
function in class:autofill::AutofillCountry
88
const base::string16&
state_label
);
autofill_country_unittest.cc
22
EXPECT_EQ(ASCIIToUTF16("State"), united_states_en.
state_label
());
32
EXPECT_EQ(ASCIIToUTF16("Province"), canada_en.
state_label
());
autofill_country.cc
[
all
...]
Completed in 7853 milliseconds