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

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_items_unittest.cc602 expected.AddAllowedShippingCountry("AC");
603 expected.AddAllowedShippingCountry("AD");
604 expected.AddAllowedShippingCountry("US");
H A Dwallet_items.h232 void AddAllowedShippingCountry(const std::string& country_code) { function in class:autofill::wallet::WalletItems
H A Dwallet_items.cc550 wallet_items->AddAllowedShippingCountry(country_code);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc3483 wallet_items->AddAllowedShippingCountry("MX");
3484 wallet_items->AddAllowedShippingCountry("GB");
3496 wallet_items->AddAllowedShippingCountry("CA");
3497 wallet_items->AddAllowedShippingCountry("GB");

Completed in 112 milliseconds