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

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_items.cc542 const base::ListValue* allowed_shipping_countries; local
544 &allowed_shipping_countries)) {
545 for (size_t i = 0; i < allowed_shipping_countries->GetSize(); ++i) {
548 if (allowed_shipping_countries->GetDictionary(i, &country_spec) &&
588 allowed_shipping_countries() == other.allowed_shipping_countries();
H A Dwallet_items.h272 const std::set<std::string>& allowed_shipping_countries() const { function in class:autofill::wallet::WalletItems
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc2675 wallet_items_->allowed_shipping_countries()));

Completed in 1242 milliseconds