Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_service_url_unittest.cc83 TEST(WalletServiceUrl, IsUsingProd) { in TEST() argument
84 EXPECT_TRUE(IsUsingProd()); in TEST()
88 EXPECT_FALSE(IsUsingProd()); in TEST()
Dwallet_service_url.h47 bool IsUsingProd();
Dwallet_service_url.cc185 bool IsUsingProd() { in IsUsingProd() function
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_impl.cc1991 if (IsPayingWithWallet() && !wallet::IsUsingProd()) { in CurrentNotifications()