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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc782 shipping_country_combobox_model_.reset(new CountryComboboxModel());
785 shipping_country_combobox_model_->SetCountries(
792 shipping_country_combobox_model_->GetItemCount() == 0) {
1558 return shipping_country_combobox_model_.get();
2671 shipping_country_combobox_model_->SetCountries(
2680 if (shipping_country_combobox_model_->GetItemCount() == 0)
3061 shipping_country_combobox_model_->SetCountries(
3390 return shipping_country_combobox_model_.get();
H A Dautofill_dialog_controller_impl.h724 scoped_ptr<CountryComboboxModel> shipping_country_combobox_model_; member in class:autofill::AutofillDialogControllerImpl

Completed in 190 milliseconds