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

  /external/chromium_org/chrome/browser/sync/
profile_sync_auth_provider.cc 16 // SyncThreadProxy have independent lifetimes. If ProfileSyncAuthProvider is
19 class ProfileSyncAuthProvider::SyncThreadProxy
23 SyncThreadProxy(
36 DISALLOW_COPY_AND_ASSIGN(SyncThreadProxy);
39 ProfileSyncAuthProvider::SyncThreadProxy::SyncThreadProxy(
44 // SyncThreadProxy is created on UI thread but used on sync thread.
50 void ProfileSyncAuthProvider::SyncThreadProxy::RequestAccessToken(
61 void ProfileSyncAuthProvider::SyncThreadProxy::InvalidateAccessToken(
135 scoped_ptr<syncer::SyncAuthProvider> auth_provider(new SyncThreadProxy(
    [all...]
profile_sync_auth_provider.h 21 // originate from sync thread. SyncThreadProxy implements SyncAuthProvider and
49 class SyncThreadProxy;

Completed in 52 milliseconds