/external/chromium_org/chrome/browser/policy/cloud/ |
user_policy_signin_service.cc | 36 oauth2_token_service_(token_service) { 40 DCHECK(!oauth2_token_service_->RefreshTokenIsAvailable( 41 oauth2_token_service_->GetPrimaryAccountId())); 46 oauth2_token_service_->AddObserver(this); 63 oauth2_token_service_->RemoveObserver(this); 114 if (account_id != oauth2_token_service_->GetPrimaryAccountId()) 149 if (!oauth2_token_service_->RefreshTokenIsAvailable( 150 oauth2_token_service_->GetPrimaryAccountId())) { 176 oauth2_token_service_, 177 oauth2_token_service_->GetPrimaryAccountId() [all...] |
user_policy_signin_service.h | 90 ProfileOAuth2TokenService* oauth2_token_service_; member in class:policy::UserPolicySigninService
|
user_policy_signin_service_android.h | 71 ProfileOAuth2TokenService* oauth2_token_service_; member in class:policy::UserPolicySigninService
|
user_policy_signin_service_android.cc | 51 oauth2_token_service_(token_service) {} 76 oauth2_token_service_, 156 oauth2_token_service_,
|
/external/chromium_org/chrome/browser/invalidation/ |
ticl_invalidation_service.cc | 63 oauth2_token_service_(oauth2_token_service), 89 oauth2_token_service_->AddObserver(this); 172 const std::string& account_id = oauth2_token_service_->GetPrimaryAccountId(); 173 oauth2_token_service_->InvalidateToken(account_id, 177 access_token_request_ = oauth2_token_service_->StartRequest(account_id, 248 if (oauth2_token_service_->GetPrimaryAccountId() == account_id) { 257 if (oauth2_token_service_->GetPrimaryAccountId() == account_id) { 293 oauth2_token_service_->RemoveObserver(this); 312 if (!oauth2_token_service_) { 319 if (!oauth2_token_service_->RefreshTokenIsAvailable [all...] |
ticl_invalidation_service.h | 106 ProfileOAuth2TokenService *const oauth2_token_service_; member in class:invalidation::TiclInvalidationService
|
/external/chromium_org/google_apis/drive/ |
auth_service.cc | 127 : oauth2_token_service_(oauth2_token_service), 135 oauth2_token_service_->AddObserver(this); 136 has_refresh_token_ = oauth2_token_service_->RefreshTokenIsAvailable( 141 oauth2_token_service_->RemoveObserver(this); 155 new AuthRequest(oauth2_token_service_,
|
auth_service.h | 66 OAuth2TokenService* oauth2_token_service_; member in class:google_apis::AuthService
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_refresh_token_fetcher_unittest.cc | 115 FakeProfileOAuth2TokenService oauth2_token_service_; member in class:ManagedUserRefreshTokenFetcherTest 126 ManagedUserRefreshTokenFetcher::Create(&oauth2_token_service_, 133 oauth2_token_service_.IssueRefreshToken(kOAuth2RefreshToken); 181 oauth2_token_service_.GetPendingRequests(); 185 oauth2_token_service_.IssueTokenForScope(requests[0].scopes, 194 oauth2_token_service_.GetPendingRequests(); 196 oauth2_token_service_.IssueErrorForScope(requests[0].scopes,
|
managed_user_refresh_token_fetcher.cc | 92 OAuth2TokenService* oauth2_token_service_; member in class:__anon5162::ManagedUserRefreshTokenFetcherImpl 111 : oauth2_token_service_(oauth2_token_service), 132 access_token_request_ = oauth2_token_service_->StartRequest( 188 oauth2_token_service_->InvalidateToken(account_id_,
|
/external/chromium_org/google_apis/gaia/ |
oauth2_token_service.cc | 158 // |oauth2_token_service_| remains valid for the life of this Fetcher, since 162 OAuth2TokenService* const oauth2_token_service_; member in class:OAuth2TokenService::Fetcher 219 : oauth2_token_service_(oauth2_token_service), 228 DCHECK(oauth2_token_service_); 263 oauth2_token_service_->RegisterCacheEntry(client_id_, 323 oauth2_token_service_->OnFetchComplete(this);
|
/external/chromium_org/chrome/browser/drive/ |
drive_api_service.h | 191 OAuth2TokenService* oauth2_token_service_; member in class:drive::DriveAPIService
|
gdata_wapi_service.h | 187 OAuth2TokenService* oauth2_token_service_; // Not owned. member in class:drive::GDataWapiService
|
gdata_wapi_service.cc | 135 : oauth2_token_service_(oauth2_token_service), 159 new AuthService(oauth2_token_service_,
|
drive_api_service.cc | 292 : oauth2_token_service_(oauth2_token_service), 319 new google_apis::AuthService(oauth2_token_service_,
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service.cc | 183 oauth2_token_service_(oauth2_token_service), 230 if (!oauth2_token_service_) 233 return oauth2_token_service_->RefreshTokenIsAvailable(GetAccountIdToUse()); 347 oauth2_token_service_->AddObserver(this); 358 oauth2_token_service_->RemoveObserver(this); [all...] |
profile_sync_service.h | 1021 ProfileOAuth2TokenService* oauth2_token_service_; member in class:ProfileSyncService [all...] |