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

  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client.cc 24 class GaiaOAuthClient::Core
25 : public base::RefCountedThreadSafe<GaiaOAuthClient::Core>,
40 GaiaOAuthClient::Delegate* delegate);
44 GaiaOAuthClient::Delegate* delegate);
58 GaiaOAuthClient::Delegate* delegate);
69 GaiaOAuthClient::Delegate* delegate_;
73 void GaiaOAuthClient::Core::GetTokensFromAuthCode(
77 GaiaOAuthClient::Delegate* delegate) {
87 void GaiaOAuthClient::Core::RefreshToken(
91 GaiaOAuthClient::Delegate* delegate)
    [all...]
gaia_oauth_client.h 29 class GaiaOAuthClient {
49 GaiaOAuthClient(const std::string& gaia_url,
51 ~GaiaOAuthClient();
70 DISALLOW_COPY_AND_ASSIGN(GaiaOAuthClient);
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.h 33 class GaiaOAuthClient {
62 GaiaOAuthClient(net::URLRequestContextGetter* context_getter);
63 ~GaiaOAuthClient();
112 DISALLOW_COPY_AND_ASSIGN(GaiaOAuthClient);
gaia_oauth_client.cc 30 const int GaiaOAuthClient::kUrlFetcherId = 17109006;
32 class GaiaOAuthClient::Core
33 : public base::RefCountedThreadSafe<GaiaOAuthClient::Core>,
46 GaiaOAuthClient::Delegate* delegate);
51 GaiaOAuthClient::Delegate* delegate);
78 GaiaOAuthClient::Delegate* delegate);
84 GaiaOAuthClient::Delegate* delegate_;
89 void GaiaOAuthClient::Core::GetTokensFromAuthCode(
93 GaiaOAuthClient::Delegate* delegate) {
109 void GaiaOAuthClient::Core::RefreshToken
    [all...]

Completed in 43 milliseconds