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

  /external/chromium_org/chrome/browser/chromeos/settings/
device_identity_provider.cc 25 OAuth2TokenService* DeviceIdentityProvider::GetTokenService() {
device_identity_provider.h 25 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
  /external/chromium_org/google_apis/gaia/
fake_identity_provider.cc 34 OAuth2TokenService* FakeIdentityProvider::GetTokenService() {
fake_identity_provider.h 28 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
identity_provider.cc 13 OAuth2TokenService* token_service = GetTokenService();
24 OAuth2TokenService* token_service = GetTokenService();
identity_provider.h 60 virtual OAuth2TokenService* GetTokenService() = 0;
oauth2_token_service_request.h 44 virtual OAuth2TokenService* GetTokenService() = 0;
account_tracker.cc 20 identity_provider_->GetTokenService()->AddObserver(this);
30 identity_provider_->GetTokenService()->RemoveObserver(this);
97 identity_provider_->GetTokenService()->GetAccounts();
201 new AccountIdFetcher(identity_provider_->GetTokenService(),
oauth2_token_service_request_unittest.cc 159 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
197 OAuth2TokenService* OAuth2TokenServiceRequestTest::Provider::GetTokenService() {
oauth2_token_service_request.cc 133 return provider_->GetTokenService();
  /external/chromium_org/chrome/browser/signin/
profile_identity_provider.h 28 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
profile_identity_provider.cc 35 OAuth2TokenService* ProfileIdentityProvider::GetTokenService() {
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_unittest.cc 133 GetTokenService()->IssueRefreshTokenForUser(kTestUser,
228 FakeProfileOAuth2TokenService* GetTokenService() {
235 if (!GetTokenService()->GetPendingRequests().empty())
243 GetTokenService()->IssueTokenForAllPendingRequests("access_token",
420 GetTokenService()->IssueRefreshTokenForUser(kTestUser,
439 GetTokenService()->IssueRefreshTokenForUser(kTestUser,
448 GetTokenService()->IssueErrorForAllPendingRequests(error);
465 GetTokenService()->IssueRefreshTokenForUser(kTestUser,
489 GetTokenService()->IssueRefreshTokenForUser(kTestUser,
508 GetTokenService()->IssueRefreshTokenForUser(kTestUser
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_login_manager.cc 42 GetTokenService()->AddObserver(this);
99 ProfileOAuth2TokenService* token_service = GetTokenService();
153 ProfileOAuth2TokenService* OAuth2LoginManager::GetTokenService() {
198 GetTokenService()->UpdateCredentials(canonicalized, refresh_token_);
273 GetTokenService()->RemoveObserver(this);
oauth2_login_manager.h 176 ProfileOAuth2TokenService* GetTokenService();
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.cc 120 if (!identity_provider->GetTokenService()->RefreshTokenIsAvailable(
149 identity_provider->GetTokenService()->StartRequest(
  /external/chromium_org/components/invalidation/
gcm_invalidation_bridge.cc 206 access_token_request_ = identity_provider_->GetTokenService()->StartRequest(
247 identity_provider_->GetTokenService()->InvalidateToken(
ticl_invalidation_service.cc 195 OAuth2TokenService* token_service = identity_provider_->GetTokenService();
317 OAuth2TokenService* token_service = identity_provider_->GetTokenService();
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 611 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
632 OAuth2TokenService* TokenServiceProvider::GetTokenService() {
  /external/chromium_org/sync/internal_api/attachments/
attachment_uploader_impl_unittest.cc 142 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
163 OAuth2TokenService* TokenServiceProvider::GetTokenService() {

Completed in 2812 milliseconds