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

  /external/chromium/chrome/browser/sync/engine/
syncer_thread.cc 24 SyncerThread::DelayProvider::DelayProvider() {}
25 SyncerThread::DelayProvider::~DelayProvider() {}
27 SyncerThread::WaitInterval::WaitInterval() {}
28 SyncerThread::WaitInterval::~WaitInterval() {}
30 SyncerThread::SyncSessionJob::SyncSessionJob() {}
31 SyncerThread::SyncSessionJob::~SyncSessionJob() {}
33 SyncerThread::SyncSessionJob::SyncSessionJob(SyncSessionJobPurpose purpose,
43 TimeDelta SyncerThread::DelayProvider::GetDelay(
45 return SyncerThread::GetRecommendedDelay(last_delay);
65 SyncerThread::WaitInterval::WaitInterval(Mode mode, TimeDelta length
    [all...]
syncer_thread.h 30 class SyncerThread : public sessions::SyncSession::Delegate,
45 SyncerThread(sessions::SyncSessionContext* context, Syncer* syncer);
46 virtual ~SyncerThread();
59 // changed to |mode| *from the SyncerThread*, and not from the caller
192 base::OneShotTimer<SyncerThread> timer;
306 base::RepeatingTimer<SyncerThread> poll_timer_;
331 DISALLOW_COPY_AND_ASSIGN(SyncerThread);
337 // The SyncerThread manages its own internal thread and thus outlives it. We
339 DISABLE_RUNNABLE_METHOD_REFCOUNT(browser_sync::SyncerThread);

Completed in 557 milliseconds