Searched defs:gaia (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_util.h14 namespace gaia { namespace
44 } // namespace gaia
H A Dgaia_auth_util_unittest.cc5 #include "google_apis/gaia/gaia_auth_util.h"
10 namespace gaia { namespace
187 } // namespace gaia
H A Daccount_tracker.h14 #include "google_apis/gaia/gaia_oauth_client.h"
15 #include "google_apis/gaia/identity_provider.h"
16 #include "google_apis/gaia/oauth2_token_service.h"
24 namespace gaia { namespace
28 std::string gaia; member in struct:gaia::AccountIds
36 // gaia ID of each account it knows about.
39 // 1. Events are only fired after the gaia ID has been fetched.
63 // Returns the list of accounts that are signed in, and for which gaia IDs
65 // in the vector. Additional accounts will be in order of their gaia IDs.
117 public gaia
[all...]
H A Dgaia_auth_util.cc5 #include "google_apis/gaia/gaia_auth_util.h"
12 #include "google_apis/gaia/gaia_urls.h"
15 namespace gaia { namespace
72 return CanonicalizeEmailImpl(gaia::SanitizeEmail(email1), true) ==
73 CanonicalizeEmailImpl(gaia::SanitizeEmail(email2), true);
139 } // namespace gaia
H A Dgaia_oauth_client.h25 namespace gaia { namespace
102 // Call the userinfo API, returning the user gaia ID associated
H A Daccount_tracker.cc5 #include "google_apis/gaia/account_tracker.h"
12 namespace gaia { namespace
57 bool is_visible = state.is_signed_in && !state.ids.gaia.empty();
78 if (state.ids.gaia == gaia_id) {
149 DCHECK(!account.ids.gaia.empty());
155 DCHECK(!account.ids.gaia.empty());
161 DCHECK(!account.ids.gaia.empty());
171 bool needs_gaia_id = account.ids.gaia.empty();
197 if (!account.ids.gaia.empty()) {
233 account.ids.gaia
[all...]
H A Dgaia_oauth_client.cc5 #include "google_apis/gaia/gaia_oauth_client.h"
12 #include "google_apis/gaia/gaia_urls.h"
27 namespace gaia { namespace
402 } // namespace gaia
H A Dgaia_oauth_client_unittest.cc13 #include "google_apis/gaia/gaia_oauth_client.h"
171 namespace gaia { namespace
195 class MockGaiaOAuthClientDelegate : public gaia::GaiaOAuthClient::Delegate {
392 } // namespace gaia
H A Daccount_tracker_unittest.cc5 #include "google_apis/gaia/account_tracker.h"
12 #include "google_apis/gaia/fake_identity_provider.h"
13 #include "google_apis/gaia/fake_oauth2_token_service.h"
14 #include "google_apis/gaia/gaia_oauth_client.h"
72 return base::StringPrintf("{ type: %s, email: %s, gaia: %s }",
106 namespace gaia { namespace
152 events_.push_back(TrackingEvent(ADDED, ids.email, ids.gaia));
156 events_.push_back(TrackingEvent(REMOVED, ids.email, ids.gaia));
162 TrackingEvent(is_signed_in ? SIGN_IN : SIGN_OUT, ids.email, ids.gaia));
373 ReturnOAuthUrlFetchResults(gaia
[all...]
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_proxy_backend.h19 namespace gaia { namespace
64 const gaia::OAuthClientInfo& oauth_client_info,
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service.h18 #include "google_apis/gaia/gaia_oauth_client.h"
19 #include "google_apis/gaia/oauth2_token_service.h"
22 namespace gaia { namespace
46 public gaia::GaiaOAuthClient::Delegate {
65 // gaia::GaiaOAuthClient::Delegate implementation.
163 scoped_ptr<gaia::GaiaOAuthClient> gaia_oauth_client_;
/external/chromium_org/components/signin/core/browser/
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/remoting/host/setup/
H A Dme2me_native_messaging_host.h22 namespace gaia { namespace
24 } // namespace gaia
/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

Completed in 361 milliseconds