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

/external/chromium_org/components/autofill/core/common/
H A Dautofill_switches.cc39 const char kWalletServiceUseSandbox[] = "wallet-service-use-sandbox"; member in namespace:autofill::switches
H A Dautofill_switches.h20 extern const char kWalletServiceUseSandbox[];
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_service_url_unittest.cc17 switches::kWalletServiceUseSandbox, "1");
49 switches::kWalletServiceUseSandbox, "0");
89 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "0");
95 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1");
112 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1");
H A Dwallet_service_url.cc38 command_line->GetSwitchValueASCII(switches::kWalletServiceUseSandbox));
/external/chromium_org/chrome/browser/
H A Dabout_flags.cc1107 autofill::switches::kWalletServiceUseSandbox, "1",
1108 autofill::switches::kWalletServiceUseSandbox, "0")
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc2546 command_line->GetSwitchValueASCII(switches::kWalletServiceUseSandbox));
2548 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1");
2561 command_line->GetSwitchValueASCII(switches::kWalletServiceUseSandbox));
2563 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "0");

Completed in 5258 milliseconds