Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/core/common/
Dautofill_switches.cc36 const char kWalletServiceUrl[] = "wallet-service-url"; variable
Dautofill_switches.h19 extern const char kWalletServiceUrl[];
/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_service_url.cc57 command_line.GetSwitchValueASCII(switches::kWalletServiceUrl); in GetWalletHostUrl()
88 command_line.HasSwitch(switches::kWalletServiceUrl) ? in GetBaseEncryptedFrontendUrl()
Dwallet_service_url_unittest.cc100 command_line->AppendSwitchASCII(switches::kWalletServiceUrl, in TEST()