Searched defs:SyncSession (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/sessions/
H A Dsync_session.cc19 SyncSession* SyncSession::Build(SyncSessionContext* context,
21 return new SyncSession(context, delegate);
24 SyncSession::SyncSession( function in class:syncer::sessions::SyncSession
32 SyncSession::~SyncSession() {}
34 SyncSessionSnapshot SyncSession::TakeSnapshot() const {
38 SyncSessionSnapshot SyncSession::TakeSnapshotWithSource(
70 void SyncSession
[all...]
H A Dsync_session.h6 // store with a sync server. A SyncSession instance is passed as a stateful
7 // bundle throughout the sync cycle. The SyncSession is not reused across
39 class SYNC_EXPORT_PRIVATE SyncSession { class in namespace:syncer::sessions
98 static SyncSession* Build(SyncSessionContext* context,
100 ~SyncSession();
126 SyncSession(SyncSessionContext* context, Delegate* delegate);
137 DISALLOW_COPY_AND_ASSIGN(SyncSession);

Completed in 130 milliseconds