OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:country_code_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_country.h
41
const std::string country_code() const { return
country_code_
; }
53
std::string
country_code_
;
member in class:AutofillCountry
address.h
33
const std::string& country_code() const { return
country_code_
; }
35
country_code_
= country_code;
45
// Returns the localized country name corresponding to |
country_code_
|.
51
// Sets the |
country_code_
| based on |country|, which should be a localized
80
std::string
country_code_
;
member in class:Address
phone_number.h
59
const string16& country_code() const { return
country_code_
; }
69
country_code_
= country_code;
91
string16
country_code_
;
member in class:PhoneNumber
Completed in 22 milliseconds