HomeSort by relevance Sort by last modified time
    Searched defs:CountryComboboxModel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
country_combobox_model.h 23 class CountryComboboxModel : public ui::ComboboxModel {
29 CountryComboboxModel(const PersonalDataManager& manager,
31 virtual ~CountryComboboxModel();
50 DISALLOW_COPY_AND_ASSIGN(CountryComboboxModel);
country_combobox_model.cc 22 CountryComboboxModel::CountryComboboxModel(
61 CountryComboboxModel::~CountryComboboxModel() {}
63 int CountryComboboxModel::GetItemCount() const {
67 base::string16 CountryComboboxModel::GetItemAt(int index) {
77 bool CountryComboboxModel::IsItemSeparatorAt(int index) {
81 std::string CountryComboboxModel::GetDefaultCountryCode() const {

Completed in 32 milliseconds