IsSignInRelatedUrl   31 chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.cc   return !IsInPageTransition(params) || !wallet::IsSignInRelatedUrl(params.url);
IsSignInRelatedUrl   37 chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.cc   if (!IsInPageTransition(params) || wallet::IsSignInRelatedUrl(params.url))
IsSignInRelatedUrl   43 components/autofill/content/browser/wallet/wallet_service_url.h bool IsSignInRelatedUrl(const GURL& url);
IsSignInRelatedUrl  146 components/autofill/content/browser/wallet/wallet_service_url_unittest.cc TEST(WalletServiceUrl, IsSignInRelatedUrl) {
IsSignInRelatedUrl  147 components/autofill/content/browser/wallet/wallet_service_url_unittest.cc   EXPECT_TRUE(IsSignInRelatedUrl(GetSignInUrl()));
IsSignInRelatedUrl  148 components/autofill/content/browser/wallet/wallet_service_url_unittest.cc   EXPECT_TRUE(IsSignInRelatedUrl(GURL("https://accounts.youtube.com")));
IsSignInRelatedUrl  149 components/autofill/content/browser/wallet/wallet_service_url_unittest.cc   EXPECT_TRUE(IsSignInRelatedUrl(GURL("https://accounts.youtube.com/")));
IsSignInRelatedUrl  150 components/autofill/content/browser/wallet/wallet_service_url_unittest.cc   EXPECT_TRUE(IsSignInRelatedUrl(GURL("https://accounts.google.com")));
IsSignInRelatedUrl  151 components/autofill/content/browser/wallet/wallet_service_url_unittest.cc   EXPECT_FALSE(IsSignInRelatedUrl(GURL("http://google.com")));