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

  /external/chromium_org/chrome/browser/ui/autofill/
country_combobox_model.h 21 class CountryComboboxModel : public ui::ComboboxModel {
23 explicit CountryComboboxModel(const PersonalDataManager& manager);
24 virtual ~CountryComboboxModel();
40 DISALLOW_COPY_AND_ASSIGN(CountryComboboxModel);
country_combobox_model.cc 15 CountryComboboxModel::CountryComboboxModel(const PersonalDataManager& manager) {
44 CountryComboboxModel::~CountryComboboxModel() {}
46 int CountryComboboxModel::GetItemCount() const {
50 base::string16 CountryComboboxModel::GetItemAt(int index) {
60 bool CountryComboboxModel::IsItemSeparatorAt(int index) {
autofill_dialog_controller_impl.h 653 CountryComboboxModel country_combobox_model_;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 47 autofill::CountryComboboxModel model(manager);

Completed in 270 milliseconds