HomeSort by relevance Sort by last modified time
    Searched defs:ProfileSyncAuthProvider (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync/
profile_sync_auth_provider.cc 15 // The main purpose is to hide the fact that ProfileSyncAuthProvider and
16 // SyncThreadProxy have independent lifetimes. If ProfileSyncAuthProvider is
19 class ProfileSyncAuthProvider::SyncThreadProxy
24 base::WeakPtr<ProfileSyncAuthProvider> provider_impl,
33 base::WeakPtr<ProfileSyncAuthProvider> provider_impl_;
39 ProfileSyncAuthProvider::SyncThreadProxy::SyncThreadProxy(
40 base::WeakPtr<ProfileSyncAuthProvider> provider_impl,
50 void ProfileSyncAuthProvider::SyncThreadProxy::RequestAccessToken(
55 base::Bind(&ProfileSyncAuthProvider::RequestAccessToken,
61 void ProfileSyncAuthProvider::SyncThreadProxy::InvalidateAccessToken
    [all...]
profile_sync_auth_provider.h 19 // ProfileSyncAuthProvider implements function for SyncAuthProvider. It doesn't
23 class ProfileSyncAuthProvider : public OAuth2TokenService::Consumer,
26 ProfileSyncAuthProvider(ProfileOAuth2TokenService* token_service,
29 virtual ~ProfileSyncAuthProvider();
64 base::WeakPtrFactory<ProfileSyncAuthProvider> weak_factory_;
66 DISALLOW_COPY_AND_ASSIGN(ProfileSyncAuthProvider);

Completed in 100 milliseconds