Searched refs:gaia (Results 51 - 75 of 111) sorted by relevance

12345

/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_profile_service.cc34 #include "google_apis/gaia/account_tracker.h"
35 #include "google_apis/gaia/identity_provider.h"
103 scoped_ptr<gaia::AccountTracker> gaia_account_tracker(
104 new gaia::AccountTracker(identity_provider_.get(),
H A Dgcm_account_tracker_unittest.cc12 #include "google_apis/gaia/fake_identity_provider.h"
13 #include "google_apis/gaia/fake_oauth2_token_service.h"
14 #include "google_apis/gaia/google_service_auth_error.h"
90 scoped_ptr<gaia::AccountTracker> gaia_account_tracker(
91 new gaia::AccountTracker(fake_identity_provider_.get(),
127 gaia::GaiaOAuthClient::kUrlFetcherId);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Daccounts_options_handler.cc25 #include "google_apis/gaia/gaia_auth_util.h"
107 WhitelistUser(gaia::CanonicalizeEmail(typed_email));
117 base::StringValue canonical_email(gaia::CanonicalizeEmail(email));
/external/chromium_org/remoting/host/
H A Doauth_token_getter.cc41 new gaia::GaiaOAuthClient(url_request_context_getter.get())),
165 gaia::OAuthClientInfo client_info = {
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_get_keys_operation.cc12 #include "google_apis/gaia/gaia_auth_util.h"
36 gaia::CanonicalizeEmail(user_context_.GetUserID());
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dcros_settings.cc18 #include "google_apis/gaia/gaia_auth_util.h"
207 gaia::CanonicalizeEmail(gaia::SanitizeEmail(email)));
232 gaia::CanonicalizeEmail(gaia::SanitizeEmail(entry_string)));
/external/chromium_org/chrome/browser/ui/ash/
H A Duser_accounts_delegate_chromeos.cc19 #include "google_apis/gaia/gaia_auth_util.h"
59 if (gaia::AreEmailsSame(user->email(), account_id) &&
H A Dsession_state_delegate_chromeos.cc29 #include "google_apis/gaia/gaia_auth_util.h"
179 gaia::CanonicalizeEmail(gaia::SanitizeEmail(user_id)));
/external/chromium_org/google_apis/gaia/
H A Dgaia_oauth_client.h25 namespace gaia { namespace
102 // Call the userinfo API, returning the user gaia ID associated
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dblocking_login_browsertest.cc30 #include "google_apis/gaia/fake_gaia.h"
31 #include "google_apis/gaia/gaia_switches.h"
32 #include "google_apis/gaia/gaia_urls.h"
95 // Use the login manager screens and the gaia auth extension.
102 // Redirect requests to gaia and the policy server to the test server.
199 GaiaUrls* gaia = GaiaUrls::GetInstance(); local
200 if (request.relative_url == gaia->client_login_to_oauth2_url().path() ||
201 request.relative_url == gaia->oauth2_token_url().path() ||
289 // This response body is important to make the gaia fetcher skip its delayed
H A Dbrowser_policy_connector_chromeos.cc50 #include "google_apis/gaia/gaia_auth_util.h"
274 (gaia::ExtractDomainName(gaia::CanonicalizeEmail(user_name)) ==
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_refresh_token_fetcher.cc12 #include "google_apis/gaia/gaia_constants.h"
13 #include "google_apis/gaia/gaia_oauth_client.h"
14 #include "google_apis/gaia/gaia_urls.h"
15 #include "google_apis/gaia/google_service_auth_error.h"
16 #include "google_apis/gaia/oauth2_api_call_flow.h"
17 #include "google_apis/gaia/oauth2_token_service.h"
27 using gaia::GaiaOAuthClient;
234 gaia::OAuthClientInfo client_info;
238 gaia_oauth_client_.reset(new gaia::GaiaOAuthClient(context_));
/external/chromium_org/remoting/host/setup/
H A Dhost_starter.cc23 scoped_ptr<gaia::GaiaOAuthClient> oauth_client,
42 scoped_ptr<gaia::GaiaOAuthClient> oauth_client(
43 new gaia::GaiaOAuthClient(url_request_context_getter));
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authenticator.cc19 #include "google_apis/gaia/gaia_auth_util.h"
116 std::string canonicalized = gaia::CanonicalizeEmail(username);
131 std::string canonicalized = gaia::CanonicalizeEmail(username);
147 std::string canonicalized = gaia::CanonicalizeEmail(username);
/external/chromium_org/components/policy/core/common/cloud/
H A Duser_cloud_policy_store.cc12 #include "google_apis/gaia/gaia_auth_util.h"
362 owning_domain = gaia::ExtractDomainName(
363 gaia::CanonicalizeEmail(gaia::SanitizeEmail(signin_username_)));
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc39 #include "google_apis/gaia/gaia_urls.h"
48 #include "google_apis/gaia/gaia_constants.h"
187 const std::vector<gaia::AccountIds> ids = account_tracker_.GetAccounts();
191 for (std::vector<gaia::AccountIds>::const_iterator it = ids.begin();
194 gaia_ids.push_back(it->gaia);
197 gaia_ids.push_back(ids[0].gaia);
221 void IdentityAPI::OnAccountAdded(const gaia::AccountIds& ids) {
224 void IdentityAPI::OnAccountRemoved(const gaia::AccountIds& ids) {
227 void IdentityAPI::OnAccountSignInChanged(const gaia::AccountIds& ids,
230 account_info.id = ids.gaia;
[all...]
/external/chromium_org/chrome/browser/policy/
H A Dprofile_policy_connector.cc20 #include "google_apis/gaia/gaia_auth_util.h"
159 return gaia::ExtractDomainName(store->policy()->username());
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler_impl.cc38 #include "google_apis/gaia/gaia_auth_fetcher.h"
39 #include "google_apis/gaia/gaia_auth_util.h"
40 #include "google_apis/gaia/gaia_constants.h"
41 #include "google_apis/gaia/gaia_urls.h"
126 if (gaia::AreEmailsSame(email, primary_email) &&
138 // Close the gaia sign in tab via a task to make sure we aren't in the
246 // Returns early if this is not a gaia iframe navigation.
260 !gaia::IsGaiaSignonRealm(origin)) {
309 // gaia sign in page, but signs in to a different account in the SAML sign in
317 if (!gaia
[all...]
/external/chromium_org/components/signin/core/browser/
H A Daccount_reconcilor.cc20 #include "google_apis/gaia/gaia_auth_fetcher.h"
21 #include "google_apis/gaia/gaia_auth_util.h"
22 #include "google_apis/gaia/gaia_constants.h"
23 #include "google_apis/gaia/gaia_oauth_client.h"
24 #include "google_apis/gaia/gaia_urls.h"
39 return p1.second == p2.second && gaia::AreEmailsSame(p1.first, p2.first);
51 return gaia::AreEmailsSame(p1, p2);
229 // Reset state for validating gaia cookie.
263 bool valid_json = gaia::ParseListAccountsData(data, &gaia_accounts);
352 gaia
[all...]
H A Daccount_tracker_service.h14 #include "google_apis/gaia/oauth2_token_service.h"
36 std::string gaia; member in struct:AccountTrackerService::AccountInfo
71 // Returns the list of known accounts and for which gaia IDs
/external/chromium_org/chrome/browser/android/signin/
H A Dsignin_manager_android.cc38 #include "google_apis/gaia/gaia_auth_util.h"
158 env, gaia::ExtractDomainName(store->policy()->username())));
187 env, gaia::ExtractDomainName(username_)));
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dcontroller_pairing_screen.cc10 #include "google_apis/gaia/gaia_auth_util.h"
200 gaia::SanitizeEmail(context_.GetString(kContextKeyAccountId));
201 const std::string domain(gaia::ExtractDomainName(account_id));
/external/chromium_org/components/policy/core/browser/
H A Dbrowser_policy_connector.cc27 #include "google_apis/gaia/gaia_auth_util.h"
226 gaia::ExtractDomainName(gaia::CanonicalizeEmail(username)));
/external/chromium_org/components/user_manager/
H A Duser.cc13 #include "google_apis/gaia/gaia_auth_util.h"
142 return gaia::CanonicalizeEmail(gaia::SanitizeEmail(email()));
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper.cc82 #include "google_apis/gaia/gaia_auth_util.h"
83 #include "google_apis/gaia/gaia_urls.h"
345 while (gaia::IsGaiaSignonRealm(local_continue_url.GetOrigin())) {
381 return gaia::IsGaiaSignonRealm(url.GetOrigin()) ||
570 if (!gaia::AreEmailsSame(display_email, args_.email)) {
823 const bool same_email = gaia::AreEmailsSame(current_email, email);
845 if (gaia::AreEmailsSame(email, current_email)) {
886 if (!gaia::IsGaiaSignonRealm(url.GetOrigin()))
959 if (!gaia::IsGaiaSignonRealm(request->url().GetOrigin()))
1113 // could be modified by gaia page
[all...]

Completed in 6930 milliseconds

12345