Lines Matching refs:SyncSession
17 using sessions::SyncSession;
35 linked_ptr<sessions::SyncSession> session, bool is_canary_job, in SyncSessionJob()
134 scoped_ptr<SyncSession> dummy(new SyncSession(session_context_.get(), this, in SendInitialSnapshot()
242 SyncSession* s = job.session.get(); in InitOrCoalescePendingJob()
243 scoped_ptr<SyncSession> session(new SyncSession(s->context(), in InitOrCoalescePendingJob()
285 SyncSession* old = job.session.get(); in SaveJob()
286 SyncSession* s(new SyncSession(session_context_.get(), this, in SaveJob()
348 SyncSession* session = new SyncSession(session_context_.get(), this, in ScheduleClearUserDataImpl()
367 SyncSession* session(CreateSyncSession(info)); in ScheduleNudgeImpl()
393 SyncSession* s = pending_nudge_->session.get(); in ScheduleNudgeImpl()
394 job.session.reset(new SyncSession(s->context(), s->delegate(), in ScheduleNudgeImpl()
474 SyncSession* session = new SyncSession(session_context_.get(), this, in ScheduleConfigImpl()
485 sessions::SyncSession* session, in ScheduleSyncSessionJob()
696 SyncSession* old = old_job.session.get(); in HandleConsecutiveContinuationError()
697 SyncSession* s(new SyncSession(session_context_.get(), this, in HandleConsecutiveContinuationError()
776 scoped_ptr<SyncSession> session(CreateSyncSession( in DoPendingJobIfPossible()
794 SyncSession* SyncerThread::CreateSyncSession(const SyncSourceInfo& source) { in CreateSyncSession()
801 SyncSession* session(new SyncSession(session_context_.get(), this, info, in CreateSyncSession()
813 SyncSession* s = CreateSyncSession(info); in PollTimerCallback()