Searched refs:countries_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dcountry_combobox_model.cc32 countries_.clear();
41 countries_.push_back(new AutofillCountry(default_country_code, app_locale));
45 countries_.push_back(NULL);
78 countries_.insert(countries_.end(),
84 return countries_.size();
88 AutofillCountry* country = countries_[index];
90 return countries_[index]->name();
98 return !countries_[index];
102 return countries_[GetDefaultInde
[all...]
H A Dcountry_combobox_model.h40 return countries_.get();
49 ScopedVector<AutofillCountry> countries_; member in class:autofill::CountryComboboxModel

Completed in 363 milliseconds