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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.h723 scoped_ptr<CountryComboboxModel> billing_country_combobox_model_; member in class:autofill::AutofillDialogControllerImpl
H A Dautofill_dialog_controller_impl.cc777 billing_country_combobox_model_.reset(new CountryComboboxModel());
778 billing_country_combobox_model_->SetCountries(
791 if (billing_country_combobox_model_->GetItemCount() == 0 ||
1555 return billing_country_combobox_model_.get();
3387 return billing_country_combobox_model_.get();

Completed in 187 milliseconds