OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutofillCountry
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_country.h
17
class
AutofillCountry
{
21
AutofillCountry
(const std::string& country_code, const std::string& locale);
22
~
AutofillCountry
();
47
AutofillCountry
(const std::string& country_code,
64
DISALLOW_COPY_AND_ASSIGN(
AutofillCountry
);
autofill_country.cc
571
AutofillCountry
::
AutofillCountry
(const std::string& country_code,
583
AutofillCountry
::~
AutofillCountry
() {
587
void
AutofillCountry
::GetAvailableCountries(
599
const std::string
AutofillCountry
::CountryCodeForLocale(
622
const std::string
AutofillCountry
::GetCountryCode(const string16& country,
628
const std::string
AutofillCountry
::ApplicationLocale() {
636
AutofillCountry
::
AutofillCountry
(const std::string& country_code
[
all
...]
/external/chromium_org/components/autofill/core/browser/
autofill_country.h
43
class
AutofillCountry
{
47
AutofillCountry
(const std::string& country_code, const std::string& locale);
48
~
AutofillCountry
();
85
AutofillCountry
(const std::string& country_code,
105
DISALLOW_COPY_AND_ASSIGN(
AutofillCountry
);
autofill_country.cc
[
all
...]
Completed in 192 milliseconds