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

  /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_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.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/chrome/browser/sync/resources/
gaia_login.js 30 var form = document.getElementById("gaia-login-form");
44 var f = document.getElementById("gaia-login-form");
135 var acct_text = document.getElementById("gaia-account-text");
144 var logo_div = document.getElementById('gaia-logo');
150 var loginForm = document.getElementById("gaia-login-form");
156 var gaiaCancel = document.getElementById("gaia-cancel");
176 var f = document.getElementById("gaia-login-form");
221 var f = document.getElementById("gaia-login-form");
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.css 100 #gaia-account-text {
161 #gaia-login-form {

Completed in 212 milliseconds