/external/chromium_org/google_apis/gaia/ |
gaia_auth_util_unittest.cc | 5 #include "google_apis/gaia/gaia_auth_util.h" 10 namespace gaia { namespace 97 // Only https versions of Gaia URLs should be considered valid. 145 } // namespace gaia
|
gaia_oauth_client_unittest.cc | 12 #include "google_apis/gaia/gaia_oauth_client.h" 158 namespace gaia { namespace 182 class MockGaiaOAuthClientDelegate : public gaia::GaiaOAuthClient::Delegate { 348 } // namespace gaia
|
/external/chromium/chrome/common/net/gaia/ |
gaia_oauth_client_unittest.cc | 12 #include "chrome/common/net/gaia/gaia_oauth_client.h" 121 namespace gaia { namespace 132 class MockGaiaOAuthClientDelegate : public gaia::GaiaOAuthClient::Delegate { 255 } // namespace gaia
|
gaia_authenticator.h | 5 // Use this class to authenticate users with Gaia and access cookies sent 6 // by the Gaia servers. This class cannot be used on its own becaue it relies 10 // class ActualGaiaAuthenticator : public gaia::GaiaAuthenticator { 22 // email address associated with the Gaia account can be read; the password is 26 // While it is a generic class that handles GAIA authentication, there are some 40 namespace gaia { namespace 45 // Error codes from Gaia. These will be set correctly for both Gaia V1 57 // Errors generated by this class not Gaia. 81 // GaiaAuthenticator can be used to pass user credentials to Gaia and obtai [all...] |
gaia_oauth_client.cc | 5 #include "chrome/common/net/gaia/gaia_oauth_client.h" 22 namespace gaia { namespace 218 } // namespace gaia
|
/external/chromium_org/chrome/browser/android/signin/ |
signin_manager_android.cc | 38 #include "google_apis/gaia/gaia_auth_util.h" 152 env, gaia::ExtractDomainName(store->policy()->username()))); 181 env, gaia::ExtractDomainName(username_)));
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_performer.cc | 35 #include "google_apis/gaia/gaia_auth_util.h" 165 std::string email = gaia::CanonicalizeEmail(user_context.username); 200 gaia::ExtractDomainName(user_context.username));
|
multi_profile_user_controller.cc | 23 #include "google_apis/gaia/gaia_auth_util.h" 195 user_email = gaia::CanonicalizeEmail(user_email);
|
parallel_authenticator.cc | 29 #include "google_apis/gaia/gaia_auth_util.h" 211 std::string canonicalized = gaia::CanonicalizeEmail(user_context.username); 234 std::string canonicalized = gaia::CanonicalizeEmail(user_context.username); 264 gaia::CanonicalizeEmail(user_context.username), 732 // This is the case after user finishes Gaia login;
|
/external/chromium_org/remoting/host/ |
signaling_connector.cc | 67 new gaia::GaiaOAuthClient(url_request_context_getter_.get())); 243 gaia::OAuthClientInfo client_info = {
|
/external/chromium_org/chrome/browser/signin/ |
signin_manager.cc | 37 #include "google_apis/gaia/gaia_auth_fetcher.h" 38 #include "google_apis/gaia/gaia_auth_util.h" 39 #include "google_apis/gaia/gaia_constants.h" 40 #include "google_apis/gaia/gaia_urls.h" 78 // URL (relies on GAIA keeping the "service=chromiumsync" query string 182 gaia::AreEmailsSame(username, GetAuthenticatedUsername())); 192 // Chrome must verify the GAIA cookies first if auto sign-in is triggered 194 // GAIA cookies from a super-domain. 199 // through the follow process or requests to GAIA and LSO: 218 gaia::AreEmailsSame(username, GetAuthenticatedUsername())) [all...] |
account_reconcilor.cc | 19 #include "google_apis/gaia/gaia_auth_fetcher.h" 20 #include "google_apis/gaia/gaia_auth_util.h" 21 #include "google_apis/gaia/gaia_constants.h" 175 // Reset state for validating gaia cookie. 199 gaia_accounts_ = gaia::ParseListAccountsData(data); 202 << "Gaia " << gaia_accounts_.size() << " accounts, " 265 // Make sure that the process of validating the gaia cookie and the oauth2
|
/external/chromium/chrome/browser/resources/options/ |
sync_setup_overlay.css | 100 #gaia-account-text { 161 #gaia-login-form {
|
/external/chromium_org/chrome/service/cloud_print/ |
cloud_print_proxy_backend.cc | 25 #include "google_apis/gaia/gaia_oauth_client.h" 26 #include "google_apis/gaia/gaia_urls.h" 47 const gaia::OAuthClientInfo& oauth_client_info, 135 gaia::OAuthClientInfo oauth_client_info_; 162 const gaia::OAuthClientInfo& oauth_client_info, 226 const gaia::OAuthClientInfo& oauth_client_info,
|
cloud_print_proxy.cc | 21 #include "google_apis/gaia/gaia_oauth_client.h" 153 gaia::OAuthClientInfo oauth_client_info;
|
/external/chromium_org/remoting/host/setup/ |
me2me_native_messaging_host.h | 21 namespace gaia { namespace 23 } // namespace gaia
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
enrollment_handler_chromeos.cc | 18 #include "google_apis/gaia/gaia_urls.h" 34 // to GAIA for an actual token. This is needed to be able to run against the 221 gaia::OAuthClientInfo client_info; 228 gaia_oauth_client_.reset(new gaia::GaiaOAuthClient(
|
enterprise_install_attributes_unittest.cc | 16 #include "google_apis/gaia/gaia_auth_util.h" 120 EXPECT_EQ(gaia::CanonicalizeEmail(kTestUserCanonicalize),
|
/external/chromium_org/chrome/browser/ui/webui/ |
sync_setup_browsertest.js | 75 // Note that this test doesn't actually do a gaia sign in.
|
/external/chromium_org/chrome/browser/ui/sync/ |
one_click_signin_helper.cc | 72 #include "google_apis/gaia/gaia_auth_util.h" 73 #include "google_apis/gaia/gaia_urls.h" 459 // Find the final continue URL for this sign in. In some cases, Gaia can 465 while (gaia::IsGaiaSignonRealm(local_continue_url.GetOrigin())) { 492 // to intermediate Gaia URLs that do not end with .com. For example, an account 496 // so that Gaia acts as a single signon service. 501 return gaia::IsGaiaSignonRealm(url.GetOrigin()) || 713 const bool same_email = gaia::AreEmailsSame(current_email, email); 778 if (!gaia::IsGaiaSignonRealm(url.GetOrigin())) 805 // that we want to connect the profile, chrome needs to tell Gaia tha [all...] |
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/ |
enterprise_platform_keys_private_api.cc | 33 #include "google_apis/gaia/gaia_auth_util.h" 145 gaia::ExtractDomainName(email) == GetEnterpriseDomain(); 158 return gaia::CanonicalizeEmail(signin_manager->GetAuthenticatedUsername());
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
cloud_print_requester.cc | 206 gaia_.reset(new gaia::GaiaOAuthClient(context_getter_.get())); 386 gaia_.reset(new gaia::GaiaOAuthClient(context_getter_.get()));
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
device_oauth2_token_service_unittest.cc | 18 #include "google_apis/gaia/gaia_oauth_client.h" 19 #include "google_apis/gaia/oauth2_token_service_test_util.h" 37 static const int kValidatorUrlFetcherId = gaia::GaiaOAuthClient::kUrlFetcherId;
|
/external/chromium_org/chrome/browser/ui/views/sync/ |
profile_signin_confirmation_dialog_views.cc | 20 #include "google_apis/gaia/gaia_auth_util.h" 164 ASCIIToUTF16(gaia::ExtractDomainName(username_));
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
enrollment_screen_handler.cc | 22 #include "google_apis/gaia/gaia_auth_fetcher.h" 23 #include "google_apis/gaia/gaia_auth_util.h" 24 #include "google_apis/gaia/gaia_constants.h" 25 #include "google_apis/gaia/gaia_urls.h" 26 #include "google_apis/gaia/google_service_auth_error.h" 35 // Start page of GAIA authentication extension. 350 controller_->OnLoginDone(gaia::SanitizeEmail(user));
|