Home
last modified time | relevance | path

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

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