Searched defs:token_service (Results 101 - 106 of 106) sorted by last modified time

12345

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dgaia_web_auth_flow.cc93 ProfileOAuth2TokenService* token_service = local
95 ubertoken_fetcher_.reset(new UbertokenFetcher(token_service,
H A Didentity_api.cc802 ProfileOAuth2TokenService* token_service = local
804 return token_service->RefreshTokenIsAvailable(token_key_->account_id);
/external/chromium_org/chrome/browser/history/
H A Dweb_history_service.cc86 ProfileOAuth2TokenService* token_service = local
90 token_request_ = token_service->StartRequest(
109 ProfileOAuth2TokenService* token_service = variable
113 token_service->InvalidateToken(
/external/chromium_org/chrome/browser/invalidation/
H A Dgcm_invalidation_bridge_unittest.cc60 FakeProfileOAuth2TokenService* token_service = variable
63 token_service->IssueRefreshTokenForUser("", "fake_refresh_token");
66 identity_provider_.reset(new FakeIdentityProvider(token_service));
/external/chromium_org/chrome/browser/local_discovery/
H A Dgcd_api_flow.cc32 OAuth2TokenService* token_service,
35 new GCDApiFlowImpl(request_context, token_service, account_id));
30 Create( net::URLRequestContextGetter* request_context, OAuth2TokenService* token_service, const std::string& account_id) argument
H A Dgcd_api_flow_impl.cc23 OAuth2TokenService* token_service,
27 token_service_(token_service),
22 GCDApiFlowImpl(net::URLRequestContextGetter* request_context, OAuth2TokenService* token_service, const std::string& account_id) argument

Completed in 162 milliseconds

12345