HomeSort by relevance Sort by last modified time
    Searched refs:OAuth2TokenService (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /external/chromium_org/components/enhanced_bookmarks/
bookmark_server_service.cc 23 : OAuth2TokenService::Consumer("bookmark_server_service"),
82 OAuth2TokenService::ScopeSet scopes;
91 const OAuth2TokenService::Request* request,
121 const OAuth2TokenService::Request* request,
  /external/chromium_org/components/signin/core/browser/
account_service_flag_fetcher.cc 16 : OAuth2TokenService::Consumer("account_service_flag_fetcher"),
63 OAuth2TokenService::ScopeSet scopes;
70 const OAuth2TokenService::Request* request,
80 const OAuth2TokenService::Request* request,
signin_account_id_helper.h 22 public OAuth2TokenService::Observer {
33 // OAuth2TokenService::Observer:
account_tracker_service.cc 27 class AccountInfoFetcher : public OAuth2TokenService::Consumer,
30 AccountInfoFetcher(OAuth2TokenService* token_service,
40 // OAuth2TokenService::Consumer implementation.
41 virtual void OnGetTokenSuccess(const OAuth2TokenService::Request* request,
44 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
54 OAuth2TokenService* token_service_;
59 scoped_ptr<OAuth2TokenService::Request> login_token_request_;
64 OAuth2TokenService* token_service,
68 : OAuth2TokenService::Consumer("gaia_account_tracker"),
83 OAuth2TokenService::ScopeSet scopes
    [all...]
profile_oauth2_token_service.h 27 // See |OAuth2TokenService| for usage details.
37 class ProfileOAuth2TokenService : public OAuth2TokenService,
83 // OAuth2TokenService overrides.
signin_tracker.h 22 // services (SigninManager, OAuth2TokenService) and coalesces them into
44 // OAuth2TokenService - Maintains and manages OAuth2 tokens for the accounts
52 public OAuth2TokenService::Observer,
83 // OAuth2TokenService::Observer implementation.
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_downloader.h 59 const OAuth2TokenService::ScopeSet scopes,
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/signin/
AccountsChangedReceiver.java 17 import org.chromium.chrome.browser.signin.OAuth2TokenService;
37 OAuth2TokenService.getForProfile(Profile.getLastUsedProfile())
  /external/chromium_org/chrome/browser/services/gcm/
gcm_account_tracker.cc 33 : OAuth2TokenService::Consumer(kGCMAccountTrackerName),
98 const OAuth2TokenService::Request* request,
123 const OAuth2TokenService::Request* request,
199 const OAuth2TokenService::Request* request) {
200 ScopedVector<OAuth2TokenService::Request>::iterator iter = std::find(
219 OAuth2TokenService::ScopeSet scopes;
222 scoped_ptr<OAuth2TokenService::Request> request =
254 OAuth2TokenService* GCMAccountTracker::GetTokenService() {
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_client_registration_helper.h 21 class OAuth2TokenService;
43 // supplied OAuth2TokenService to mint the new token for the userinfo
47 OAuth2TokenService* token_service,
90 // Internal helper class that uses OAuth2TokenService to fetch an OAuth
99 // is done via OAuth2TokenService.
  /external/chromium_org/sync/internal_api/attachments/
attachment_uploader_impl.cc 30 public OAuth2TokenService::Consumer,
48 const OAuth2TokenService::ScopeSet& scopes,
71 // OAuth2TokenService::Consumer.
72 virtual void OnGetTokenSuccess(const OAuth2TokenService::Request* request,
75 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
94 OAuth2TokenService::ScopeSet scopes_;
111 const OAuth2TokenService::ScopeSet& scopes,
114 : OAuth2TokenService::Consumer("attachment-uploader-impl"),
180 const OAuth2TokenService::Request* request,
214 const OAuth2TokenService::Request* request
    [all...]
attachment_downloader_impl_unittest.cc 70 base::Bind(&OAuth2TokenService::RequestImpl::InformConsumer,
101 TokenServiceProvider(OAuth2TokenService* token_service);
103 // OAuth2TokenService::TokenServiceProvider implementation.
106 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
112 OAuth2TokenService* token_service_;
115 TokenServiceProvider::TokenServiceProvider(OAuth2TokenService* token_service)
129 OAuth2TokenService* TokenServiceProvider::GetTokenService() {
189 OAuth2TokenService::ScopeSet scopes;
  /external/chromium_org/chrome/browser/supervised_user/
permission_request_creator_apiary.cc 44 scoped_ptr<OAuth2TokenService::Request> access_token_request;
60 OAuth2TokenService* oauth2_token_service,
63 : OAuth2TokenService::Consumer("permissions_creator"),
102 OAuth2TokenService::ScopeSet scopes;
109 const OAuth2TokenService::Request* request,
145 const OAuth2TokenService::Request* request,
177 OAuth2TokenService::ScopeSet scopes;
  /external/chromium_org/chrome/browser/sync/
profile_sync_auth_provider.cc 75 : OAuth2TokenService::Consumer("sync_auth_provider"),
102 const OAuth2TokenService::Request* request,
110 const OAuth2TokenService::Request* request,
profile_sync_components_factory_impl.h 41 OAuth2TokenService* token_service,
108 OAuth2TokenService* const token_service_;
  /external/chromium_org/google_apis/gaia/
merge_session_helper.h 18 class OAuth2TokenService;
105 MergeSessionHelper(OAuth2TokenService* token_service,
174 OAuth2TokenService* token_service_;
oauth2_token_service.h 54 class OAuth2TokenService : public 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/browser/policy/cloud/
user_policy_signin_service.h 31 public OAuth2TokenService::Observer {
54 // OAuth2TokenService::Observer implementation:
  /external/chromium_org/chrome/browser/signin/
easy_unlock_toggle_flow.cc 138 : OAuth2TokenService::Consumer("easy_unlock_toggle"),
155 OAuth2TokenService::ScopeSet(),
160 const OAuth2TokenService::Request* request,
179 const OAuth2TokenService::Request* request,
profile_identity_provider.cc 35 OAuth2TokenService* ProfileIdentityProvider::GetTokenService() {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/
OAuth2TokenService.java 31 * Java instance for the native OAuth2TokenService.
37 public final class OAuth2TokenService {
39 private static final String TAG = "OAuth2TokenService";
59 private OAuth2TokenService(long nativeOAuth2Service) {
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 that a refresh token is now revoked
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/signin/
OAuth2TokenServiceIntegrationTest.java 24 * Integration test for the OAuth2TokenService.
40 private OAuth2TokenService mOAuth2TokenService;
69 * The {@link OAuth2TokenService} and the {@link Profile} can only be accessed from the UI
72 * @return the OAuth2TokenService.
74 private static OAuth2TokenService getOAuth2TokenServiceOnUiThread() {
75 final AtomicReference<OAuth2TokenService> service =
76 new AtomicReference<OAuth2TokenService>();
80 service.set(OAuth2TokenService.getForProfile(Profile.getLastUsedProfile()));
377 assertEquals(1, OAuth2TokenService.getAccounts(mContext).length);
385 private static class TestObserver implements OAuth2TokenService.OAuth2TokenServiceObserver
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
people_provider.cc 47 OAuth2TokenService::Consumer("people_provider"),
100 const OAuth2TokenService::Request* request,
110 const OAuth2TokenService::Request* request,
  /external/chromium_org/components/invalidation/
ticl_invalidation_service.cc 60 : OAuth2TokenService::Consumer("ticl_invalidation"),
189 OAuth2TokenService::ScopeSet oauth2_scopes;
195 OAuth2TokenService* token_service = identity_provider_->GetTokenService();
203 const OAuth2TokenService::Request* request,
219 const OAuth2TokenService::Request* request,
317 OAuth2TokenService* token_service = identity_provider_->GetTokenService();
321 << "OAuth2TokenService unavailable.";
  /external/chromium_org/chrome/browser/chromeos/app_mode/
startup_app_launcher.h 33 public OAuth2TokenService::Observer,
105 // OAuth2TokenService::Observer overrides.

Completed in 1125 milliseconds

1 23 4 5