HomeSort by relevance Sort by last modified time
    Searched defs:gaia (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/google_apis/gaia/
gaia_auth_util.h 12 namespace gaia { namespace
37 } // namespace 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.
111 } // namespace 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));
75 } // namespace gaia
gaia_oauth_client.h 25 namespace gaia { namespace
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
gaia_oauth_client_unittest.cc 12 #include "google_apis/gaia/gaia_oauth_client.h"
154 namespace gaia { namespace
178 class MockGaiaOAuthClientDelegate : public gaia::GaiaOAuthClient::Delegate {
332 } // 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
gaia_oauth_client.cc 5 #include "chrome/common/net/gaia/gaia_oauth_client.h"
22 namespace gaia { namespace
218 } // namespace 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.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...]
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...]
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.h 19 namespace gaia { namespace
62 const gaia::OAuthClientInfo& oauth_client_info,
85 // Our core, which communicates with AuthWatcher for GAIA authentication and
  /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);

Completed in 183 milliseconds