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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dcountry_combobox_model.cc68 std::vector<AutofillCountry*> sorted_countries; local
72 sorted_countries.push_back(new AutofillCountry(*it, app_locale));
76 &sorted_countries,
79 sorted_countries.begin(),
80 sorted_countries.end());

Completed in 102 milliseconds