HomeSort by relevance Sort by last modified time
    Searched refs:gaia (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/chromium_org/remoting/host/setup/
oauth_client.h 12 #include "google_apis/gaia/gaia_oauth_client.h"
19 class OAuthClient : public gaia::GaiaOAuthClient::Delegate {
40 const gaia::OAuthClientInfo& oauth_client_info,
44 // gaia::GaiaOAuthClient::Delegate
57 Request(const gaia::OAuthClientInfo& oauth_client_info,
61 gaia::OAuthClientInfo oauth_client_info;
70 gaia::GaiaOAuthClient gaia_oauth_client_;
host_starter.h 12 #include "google_apis/gaia/gaia_oauth_client.h"
21 class HostStarter : public gaia::GaiaOAuthClient::Delegate,
50 // gaia::GaiaOAuthClient::Delegate
70 HostStarter(scoped_ptr<gaia::GaiaOAuthClient> oauth_client,
78 scoped_ptr<gaia::GaiaOAuthClient> oauth_client_;
81 gaia::OAuthClientInfo oauth_client_info_;
oauth_client.cc 22 const gaia::OAuthClientInfo& oauth_client_info,
82 const gaia::OAuthClientInfo& oauth_client_info,
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_gaia_signin.css 6 #gaia-signin {
12 #gaia-signin.no-right-panel {
16 #gaia-signin.saml {
62 #gaia-signin-form-container,
67 .saml #gaia-signin-form-container,
72 #gaia-signin-divider {
82 .no-right-panel #gaia-signin-divider,
83 .saml #gaia-signin-divider {
114 #gaia-signin .step-contents {
  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/testutil/
libjingleplus_main.cc 71 bool gaia = false; local
74 if (!strcmp(argv[i], "-gaia"))
75 gaia = true;
80 std::cout << (gaia ? "Gaia cookie: " : "Password: ");
89 ljp.Login(username, password, "talk.google.com", false, gaia);
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_auth.h 12 #include "google_apis/gaia/gaia_oauth_client.h"
26 public gaia::GaiaOAuthClient::Delegate {
42 const gaia::OAuthClientInfo& oauth_client_info,
58 // gaia::GaiaOAuthClient::Delegate implementation.
81 gaia::OAuthClientInfo oauth_client_info_;
82 scoped_ptr<gaia::GaiaOAuthClient> oauth_client_;
cloud_print_proxy_backend.h 19 namespace gaia { namespace
64 const gaia::OAuthClientInfo& oauth_client_info,
87 // Our core, which communicates with AuthWatcher for GAIA authentication and
cloud_print_auth.cc 15 #include "google_apis/gaia/gaia_urls.h"
42 const gaia::OAuthClientInfo& oauth_client_info,
93 oauth_client_.reset(new gaia::GaiaOAuthClient(
104 oauth_client_.reset(new gaia::GaiaOAuthClient(
190 oauth_client_.reset(new gaia::GaiaOAuthClient(
  /external/chromium_org/google_apis/gaia/
gaia_auth_util.cc 5 #include "google_apis/gaia/gaia_auth_util.h"
12 #include "google_apis/gaia/gaia_urls.h"
15 namespace gaia { namespace
53 return gaia::CanonicalizeEmail(gaia::SanitizeEmail(email1)) ==
54 gaia::CanonicalizeEmail(gaia::SanitizeEmail(email2));
107 } // namespace gaia
gaia_auth_util.h 13 namespace gaia { namespace
42 } // namespace gaia
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator_unittest.cc 5 #include "chrome/common/net/gaia/gaia_authenticator.h"
15 namespace gaia { namespace
48 } // namespace gaia
gaia_oauth_client.h 19 namespace gaia { namespace
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_util.cc 12 #include "google_apis/gaia/gaia_auth_util.h"
28 email : gaia::CanonicalizeEmail(gaia::SanitizeEmail(email));
  /external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker.cc 84 DCHECK(!account.ids.gaia.empty());
90 DCHECK(!account.ids.gaia.empty());
96 DCHECK(!account.ids.gaia.empty());
111 bool needs_gaia_id = account.ids.gaia.empty();
136 if (!account.ids.gaia.empty()) {
166 account.ids.gaia = gaia_id;
226 gaia_oauth_client_.reset(new gaia::GaiaOAuthClient(
account_tracker.h 16 #include "google_apis/gaia/gaia_oauth_client.h"
17 #include "google_apis/gaia/oauth2_token_service.h"
26 std::string gaia; member in struct:extensions::AccountIds
34 // gaia ID of each account it knows about.
37 // 1. Events are only fired after the gaia ID has been fetched.
107 public gaia::GaiaOAuthClient::Delegate {
125 // gaia::GaiaOAuthClient::Delegate implementation.
136 scoped_ptr<gaia::GaiaOAuthClient> gaia_oauth_client_;
  /external/chromium_org/google_apis/
google_apis.target.darwin-arm.mk 42 google_apis/gaia/gaia_auth_consumer.cc \
43 google_apis/gaia/gaia_auth_fetcher.cc \
44 google_apis/gaia/gaia_auth_util.cc \
45 google_apis/gaia/gaia_constants.cc \
46 google_apis/gaia/gaia_oauth_client.cc \
47 google_apis/gaia/gaia_switches.cc \
48 google_apis/gaia/gaia_urls.cc \
49 google_apis/gaia/google_service_auth_error.cc \
50 google_apis/gaia/oauth_request_signer.cc \
51 google_apis/gaia/oauth2_access_token_fetcher.cc
    [all...]
google_apis.target.darwin-mips.mk 42 google_apis/gaia/gaia_auth_consumer.cc \
43 google_apis/gaia/gaia_auth_fetcher.cc \
44 google_apis/gaia/gaia_auth_util.cc \
45 google_apis/gaia/gaia_constants.cc \
46 google_apis/gaia/gaia_oauth_client.cc \
47 google_apis/gaia/gaia_switches.cc \
48 google_apis/gaia/gaia_urls.cc \
49 google_apis/gaia/google_service_auth_error.cc \
50 google_apis/gaia/oauth_request_signer.cc \
51 google_apis/gaia/oauth2_access_token_fetcher.cc
    [all...]
google_apis.target.darwin-x86.mk 42 google_apis/gaia/gaia_auth_consumer.cc \
43 google_apis/gaia/gaia_auth_fetcher.cc \
44 google_apis/gaia/gaia_auth_util.cc \
45 google_apis/gaia/gaia_constants.cc \
46 google_apis/gaia/gaia_oauth_client.cc \
47 google_apis/gaia/gaia_switches.cc \
48 google_apis/gaia/gaia_urls.cc \
49 google_apis/gaia/google_service_auth_error.cc \
50 google_apis/gaia/oauth_request_signer.cc \
51 google_apis/gaia/oauth2_access_token_fetcher.cc
    [all...]
google_apis.target.linux-arm.mk 42 google_apis/gaia/gaia_auth_consumer.cc \
43 google_apis/gaia/gaia_auth_fetcher.cc \
44 google_apis/gaia/gaia_auth_util.cc \
45 google_apis/gaia/gaia_constants.cc \
46 google_apis/gaia/gaia_oauth_client.cc \
47 google_apis/gaia/gaia_switches.cc \
48 google_apis/gaia/gaia_urls.cc \
49 google_apis/gaia/google_service_auth_error.cc \
50 google_apis/gaia/oauth_request_signer.cc \
51 google_apis/gaia/oauth2_access_token_fetcher.cc
    [all...]
google_apis.target.linux-mips.mk 42 google_apis/gaia/gaia_auth_consumer.cc \
43 google_apis/gaia/gaia_auth_fetcher.cc \
44 google_apis/gaia/gaia_auth_util.cc \
45 google_apis/gaia/gaia_constants.cc \
46 google_apis/gaia/gaia_oauth_client.cc \
47 google_apis/gaia/gaia_switches.cc \
48 google_apis/gaia/gaia_urls.cc \
49 google_apis/gaia/google_service_auth_error.cc \
50 google_apis/gaia/oauth_request_signer.cc \
51 google_apis/gaia/oauth2_access_token_fetcher.cc
    [all...]
google_apis.target.linux-x86.mk 42 google_apis/gaia/gaia_auth_consumer.cc \
43 google_apis/gaia/gaia_auth_fetcher.cc \
44 google_apis/gaia/gaia_auth_util.cc \
45 google_apis/gaia/gaia_constants.cc \
46 google_apis/gaia/gaia_oauth_client.cc \
47 google_apis/gaia/gaia_switches.cc \
48 google_apis/gaia/gaia_urls.cc \
49 google_apis/gaia/google_service_auth_error.cc \
50 google_apis/gaia/oauth_request_signer.cc \
51 google_apis/gaia/oauth2_access_token_fetcher.cc
    [all...]
  /external/chromium_org/chrome/browser/signin/
signin_header_helper.cc 17 #include "google_apis/gaia/gaia_auth_util.h"
70 // Only set the header for Gaia (in the mirror world) and Drive. Gaia needs
81 gaia::IsGaiaSignonRealm(origin);
109 if (gaia::IsGaiaSignonRealm(request->url().GetOrigin()) &&
signin_manager_base.cc 24 #include "google_apis/gaia/gaia_auth_util.h"
25 #include "google_apis/gaia/gaia_constants.h"
26 #include "google_apis/gaia/gaia_urls.h"
72 DLOG_IF(ERROR, !gaia::AreEmailsSame(username, authenticated_username_)) <<
79 // gaia::AreEmailsSame() but not the same as given by std::string::op==(),
81 if (!gaia::AreEmailsSame(username, authenticated_username_) ||
  /external/chromium_org/remoting/host/
signaling_connector.h 12 #include "google_apis/gaia/gaia_oauth_client.h"
37 public gaia::GaiaOAuthClient::Delegate {
81 // gaia::GaiaOAuthClient::Delegate interface.
104 scoped_ptr<gaia::GaiaOAuthClient> gaia_oauth_client_;
  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_manager.cc 20 #include "google_apis/gaia/gaia_auth_util.h"
21 #include "google_apis/gaia/gaia_constants.h"
22 #include "google_apis/gaia/gaia_urls.h"
105 // cause user to go through Gaia in next login to obtain a new refresh
168 gaia::OAuthClientInfo client_info;
173 account_id_fetcher_.reset(new gaia::GaiaOAuthClient(
190 std::string canonicalized = gaia::CanonicalizeEmail(user_email);
262 VLOG(1) << "OAuth2 refresh and/or GAIA token verification succeeded.";
270 LOG(ERROR) << "OAuth2 refresh and GAIA token verification failed!"
283 std::vector<std::string> accounts = gaia::ParseListAccountsData(data)
    [all...]

Completed in 766 milliseconds

1 2 3 4