Searched refs:IsGaiaSignonRealm (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_util_unittest.cc96 TEST(GaiaAuthUtilTest, IsGaiaSignonRealm) {
98 EXPECT_TRUE(IsGaiaSignonRealm(GURL("https://accounts.google.com/")));
99 EXPECT_FALSE(IsGaiaSignonRealm(GURL("http://accounts.google.com/")));
102 EXPECT_FALSE(IsGaiaSignonRealm(GURL("https://www.google.com/")));
103 EXPECT_FALSE(IsGaiaSignonRealm(GURL("http://www.google.com/")));
104 EXPECT_FALSE(IsGaiaSignonRealm(GURL("https://google.com/")));
105 EXPECT_FALSE(IsGaiaSignonRealm(GURL("https://mail.google.com/")));
108 EXPECT_FALSE(IsGaiaSignonRealm(GURL("https://www.example.com/")));
H A Dgaia_auth_util.h34 bool IsGaiaSignonRealm(const GURL& url);
H A Dgaia_auth_util.cc87 bool IsGaiaSignonRealm(const GURL& url) { function in namespace:gaia
/external/chromium_org/chrome/browser/signin/
H A Dsignin_header_helper.cc259 if (!gaia::IsGaiaSignonRealm(request->url().GetOrigin()))
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper.cc342 // can also be "IsGaiaSignonRealm" so stop if we get to the end (but be sure
345 while (gaia::IsGaiaSignonRealm(local_continue_url.GetOrigin())) {
380 // Also using IsGaiaSignonRealm() to handle overriding with command line.
381 return gaia::IsGaiaSignonRealm(url.GetOrigin()) ||
886 if (!gaia::IsGaiaSignonRealm(url.GetOrigin()))
959 if (!gaia::IsGaiaSignonRealm(request->url().GetOrigin()))
1251 if (gaia::IsGaiaSignonRealm(GURL(form.signon_realm))) {
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler_impl.cc260 !gaia::IsGaiaSignonRealm(origin)) {
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run.cc373 gaia::IsGaiaSignonRealm(contents->GetURL().GetOrigin()) ||

Completed in 142 milliseconds