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 20 class CountryComboboxModel : public ui::ComboboxModel {
22 CountryComboboxModel();
23 virtual ~CountryComboboxModel();
39 DISALLOW_COPY_AND_ASSIGN(CountryComboboxModel);
country_combobox_model.cc 14 CountryComboboxModel::CountryComboboxModel() {
41 CountryComboboxModel::~CountryComboboxModel() {}
43 int CountryComboboxModel::GetItemCount() const {
47 string16 CountryComboboxModel::GetItemAt(int index) {
57 bool CountryComboboxModel::IsItemSeparatorAt(int index) {

Completed in 119 milliseconds