Searched defs:token_service_ (Results 1 - 25 of 45) sorted by path

12

/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_token_forwarder.h60 ProfileOAuth2TokenService* token_service_; member in class:policy::UserCloudPolicyTokenForwarder
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_identity_provider.h29 chromeos::DeviceOAuth2TokenService* token_service_; member in class:chromeos::DeviceIdentityProvider
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc637 token_service_ = static_cast<FakeProfileOAuth2TokenService*>(
640 ASSERT_TRUE(token_service_); variable
649 token_service_->IssueRefreshTokenForUser(account_key, "refresh_token");
653 token_service_->IssueRefreshTokenForUser(account_key, "refresh_token");
657 token_service_->IssueAllTokensForAccount(
677 FakeProfileOAuth2TokenService* token_service_; member in class:extensions::GetAuthTokenFunctionTest
/external/chromium_org/chrome/browser/invalidation/
H A Dfake_invalidation_service.h65 FakeProfileOAuth2TokenService token_service_; member in class:invalidation::FakeInvalidationService
H A Dticl_profile_settings_provider_unittest.cc40 FakeOAuth2TokenService token_service_; member in class:invalidation::TiclProfileSettingsProviderTest
57 scoped_ptr<IdentityProvider>(new FakeIdentityProvider(&token_service_)),
/external/chromium_org/chrome/browser/local_discovery/
H A Dgcd_api_flow_impl.h47 OAuth2TokenService* token_service_; member in class:local_discovery::GCDApiFlowImpl
H A Dgcd_api_flow_unittest.cc55 token_service_.set_request_context(request_context_.get());
56 token_service_.AddAccount(account_id_);
65 request_context_.get(), &token_service_, account_id_));
72 FakeOAuth2TokenService token_service_; member in class:local_discovery::__anon4162::GCDApiFlowTest
/external/chromium_org/chrome/browser/signin/
H A Daccount_reconcilor_unittest.cc85 FakeProfileOAuth2TokenService* token_service() { return token_service_; }
106 FakeProfileOAuth2TokenService* token_service_; member in class:AccountReconcilorTest
117 token_service_(NULL),
153 token_service_ =
H A Daccount_service_flag_fetcher_unittest.cc117 FakeProfileOAuth2TokenService token_service_; member in class:AccountServiceFlagFetcherTest
125 token_service_.UpdateCredentials(kAccountId, "refresh_token");
129 &token_service_,
136 EXPECT_EQ(1U, token_service_.GetPendingRequests().size());
138 token_service_.IssueAllTokensForAccount(
153 &token_service_,
160 EXPECT_EQ(0U, token_service_.GetPendingRequests().size());
162 token_service_.UpdateCredentials(kAccountId, "refresh_token");
166 EXPECT_EQ(1U, token_service_.GetPendingRequests().size());
168 token_service_
[all...]
H A Dprofile_identity_provider.h40 ProfileOAuth2TokenService* const token_service_; member in class:ProfileIdentityProvider
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_auth_provider.h54 ProfileOAuth2TokenService* token_service_; member in class:ProfileSyncAuthProvider
H A Dprofile_sync_components_factory_impl.cc164 token_service_(token_service),
167 DCHECK(token_service_);
586 OAuth2TokenService* token_service_; member in class:TokenServiceProvider
592 : task_runner_(task_runner), token_service_(token_service) {
604 return token_service_;
623 token_service_));
637 token_service_);
H A Dprofile_sync_components_factory_impl.h108 OAuth2TokenService* const token_service_; member in class:ProfileSyncComponentsFactoryImpl
H A Dstartup_controller.h108 const ProfileOAuth2TokenService* token_service_; member in class:browser_sync::StartupController
H A Dstartup_controller_unittest.cc60 token_service_.reset(static_cast<FakeProfileOAuth2TokenService*>(
79 token_service_->Shutdown();
80 token_service_.reset();
94 return token_service_.get();
104 scoped_ptr<FakeProfileOAuth2TokenService> token_service_; member in class:browser_sync::StartupControllerTest
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dfake_server_invalidation_service.h62 FakeProfileOAuth2TokenService token_service_; member in class:fake_server::FakeServerInvalidationService
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_engine.h203 OAuth2TokenService* token_service_; member in class:sync_file_system::drive_backend::SyncEngine
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.h321 scoped_ptr<AccessTokenService> token_service_; member in class:PrintPreviewHandler
/external/chromium_org/components/enhanced_bookmarks/
H A Dbookmark_server_service.h105 ProfileOAuth2TokenService* token_service_; // Weak member in class:enhanced_bookmarks::BookmarkServerService
/external/chromium_org/components/invalidation/
H A Dticl_invalidation_service_unittest.cc67 scoped_ptr<IdentityProvider>(new FakeIdentityProvider(&token_service_)),
98 FakeOAuth2TokenService token_service_; member in class:invalidation::TiclInvalidationServiceTestDelegate
/external/chromium_org/components/signin/core/browser/
H A Dabout_signin_internals.h191 ProfileOAuth2TokenService* token_service_; member in class:AboutSigninInternals
H A Daccount_reconcilor.h60 ProfileOAuth2TokenService* token_service() { return token_service_; }
163 ProfileOAuth2TokenService* token_service_; member in class:AccountReconcilor
H A Daccount_service_flag_fetcher.h77 ProfileOAuth2TokenService* token_service_; member in class:AccountServiceFlagFetcher
H A Daccount_tracker_service.cc54 OAuth2TokenService* token_service_; member in class:AccountInfoFetcher
69 token_service_(token_service),
86 login_token_request_ = token_service_->StartRequest(
151 : token_service_(NULL),
165 DCHECK(!token_service_);
168 token_service_ = token_service;
171 token_service_->AddObserver(this);
179 token_service_->RemoveObserver(this);
328 new AccountInfoFetcher(token_service_,
439 std::vector<std::string> accounts = token_service_
[all...]
H A Daccount_tracker_service.h118 OAuth2TokenService* token_service_; // Not owned. member in class:AccountTrackerService

Completed in 8770 milliseconds

12