Searched defs:OAuth2TokenService (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/google_apis/gaia/
H A Doauth2_token_service.cc21 int OAuth2TokenService::max_fetch_retry_num_ = 5;
23 OAuth2TokenService::RequestParameters::RequestParameters(
32 OAuth2TokenService::RequestParameters::~RequestParameters() {
35 bool OAuth2TokenService::RequestParameters::operator<(
50 OAuth2TokenService::RequestImpl::RequestImpl(
52 OAuth2TokenService::Consumer* consumer)
57 OAuth2TokenService::RequestImpl::~RequestImpl() {
61 std::string OAuth2TokenService::RequestImpl::GetAccountId() const {
65 std::string OAuth2TokenService::RequestImpl::GetConsumerId() const {
69 void OAuth2TokenService
380 OAuth2TokenService::OAuth2TokenService() : batch_change_depth_(0) { function in class:OAuth2TokenService
[all...]
H A Doauth2_token_service.h54 class OAuth2TokenService : public base::NonThreadSafe { class in inherits:base::NonThreadSafe
100 // Called after all refresh tokens are loaded during OAuth2TokenService
133 OAuth2TokenService();
134 virtual ~OAuth2TokenService();
209 // Implements a cancelable |OAuth2TokenService::Request|, which should be
239 ScopedBacthChange(OAuth2TokenService* token_service);
242 OAuth2TokenService* token_service_; // Weak.
404 DISALLOW_COPY_AND_ASSIGN(OAuth2TokenService);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/
H A DOAuth2TokenService.java31 * Java instance for the native OAuth2TokenService.
37 public final class OAuth2TokenService { class
39 private static final String TAG = "OAuth2TokenService";
59 private OAuth2TokenService(long nativeOAuth2Service) { method in class:OAuth2TokenService
64 public static OAuth2TokenService getForProfile(Profile profile) {
66 return (OAuth2TokenService) nativeGetForProfile(profile);
70 private static OAuth2TokenService create(long nativeOAuth2Service) {
72 return new OAuth2TokenService(nativeOAuth2Service);
236 * OAuth2TokenService that a refresh token is now available. This may cause observers to retry
256 * OAuth2TokenService tha
[all...]

Completed in 106 milliseconds