HomeSort by relevance Sort by last modified time
    Searched refs:gaia (Results 51 - 69 of 69) sorted by null

1 23

  /external/chromium_org/chrome/browser/signin/
signin_manager.cc 35 #include "google_apis/gaia/gaia_auth_fetcher.h"
36 #include "google_apis/gaia/gaia_auth_util.h"
37 #include "google_apis/gaia/gaia_constants.h"
38 #include "google_apis/gaia/gaia_urls.h"
76 // URL (relies on GAIA keeping the "service=chromiumsync" query string
182 gaia::AreEmailsSame(username, GetAuthenticatedUsername()));
218 gaia::AreEmailsSame(username, GetAuthenticatedUsername()));
228 // Chrome must verify the GAIA cookies first if auto sign-in is triggered
230 // GAIA cookies from a super-domain.
235 // through the follow process or requests to GAIA and LSO
    [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"
127 gaia::ExtractDomainName(email) == GetEnterpriseDomain();
140 return gaia::CanonicalizeEmail(signin_manager->GetAuthenticatedUsername());
  /external/chromium/chrome/common/net/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
gaia_authenticator.cc 5 #include "chrome/common/net/gaia/gaia_authenticator.h"
23 namespace gaia { namespace
111 // This method makes an HTTP request to the Gaia server, and calls other
113 // Gaia-issued cookies are available in the respective variables; if
127 // in the program we're hammering GAIA.
208 // Use the provided Gaia server, but change the path to what V1 expects.
209 GURL url(gaia_url_); // Gaia server.
258 // Use the provided Gaia server, but change the path to what V1 expects.
259 GURL url(gaia_url_); // Gaia server.
285 // in the first request, or to the sole request that is made to Gaia V2
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_unittest.cc 17 #include "google_apis/gaia/gaia_oauth_client.h"
34 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"
162 const string16 domain = ASCIIToUTF16(gaia::ExtractDomainName(username_));
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
locally_managed_user_creation_screen_handler.cc 16 #include "google_apis/gaia/gaia_auth_util.h"
284 gaia::SanitizeEmail(raw_manager_username);
enrollment_screen_handler.cc 21 #include "google_apis/gaia/gaia_auth_fetcher.h"
22 #include "google_apis/gaia/gaia_auth_util.h"
23 #include "google_apis/gaia/gaia_constants.h"
24 #include "google_apis/gaia/gaia_urls.h"
25 #include "google_apis/gaia/google_service_auth_error.h"
34 // Start page of GAIA authentication extension.
345 controller_->OnLoginDone(gaia::SanitizeEmail(user));
signin_screen_handler.cc 57 #include "google_apis/gaia/gaia_auth_util.h"
58 #include "google_apis/gaia/gaia_switches.h"
59 #include "google_apis/gaia/gaia_urls.h"
98 const char kSourceGaiaSignin[] = "gaia-signin";
656 // not a Gaia frame.
757 // Forces a reload for Gaia screen on hiding error message.
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy.cc 20 #include "google_apis/gaia/gaia_oauth_client.h"
152 gaia::OAuthClientInfo oauth_client_info;
  /external/chromium_org/chrome/browser/ui/webui/
policy_ui.cc 43 #include "google_apis/gaia/gaia_auth_util.h"
167 dict->SetString("domain", gaia::ExtractDomainName(username));
687 user_status->SetString("domain", gaia::ExtractDomainName(username));
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.cc 5 #include "google_apis/gaia/gaia_oauth_client.h"
12 #include "google_apis/gaia/gaia_urls.h"
26 namespace gaia { namespace
337 } // namespace gaia
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_manager_chromeos_unittest.cc 32 #include "google_apis/gaia/gaia_oauth_client.h"
336 gaia::GaiaOAuthClient::kUrlFetcherId);
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_refresh_token_fetcher_unittest.cc 12 #include "google_apis/gaia/gaia_oauth_client.h"
13 #include "google_apis/gaia/gaia_urls.h"
14 #include "google_apis/gaia/google_service_auth_error.h"
256 gaia::GaiaOAuthClient::kUrlFetcherId);
  /external/chromium_org/chrome/browser/chromeos/login/
user_manager_impl.cc 53 #include "google_apis/gaia/gaia_auth_util.h"
54 #include "google_apis/gaia/google_service_auth_error.h"
338 (!user && gaia::ExtractDomainName(email) ==
802 // Invalidate OAuth token to force Gaia sign-in flow. This is needed
    [all...]
existing_user_controller.cc 55 #include "google_apis/gaia/gaia_auth_util.h"
56 #include "google_apis/gaia/google_service_auth_error.h"
443 if (gaia::ExtractDomainName(user_context.username) ==
    [all...]
  /external/chromium_org/chrome/browser/first_run/
first_run.cc 61 #include "google_apis/gaia/gaia_auth_util.h"
369 // Suppress the first run bubble if a Gaia sign in page, the continue
372 (gaia::IsGaiaSignonRealm(contents->GetURL().GetOrigin()) ||
  /external/chromium_org/chrome/browser/resources/chromeos/login/
display_manager.js 15 /** @const */ var SCREEN_GAIA_SIGNIN = 'gaia-signin';

Completed in 1670 milliseconds

1 23