Home | History | Annotate | Download | only in engine

Lines Matching refs:syncer_thread

9 #include "chrome/browser/sync/engine/syncer_thread.h"
83 SyncerThread* syncer_thread() { return syncer_thread_.get(); }
93 syncer_thread()->Stop();
112 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
113 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, nudge_types,
119 bool backing_off = syncer_thread()->IsBackingOff();
203 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
213 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, model_types,
230 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, model_types,
253 syncer_thread()->Start(SyncerThread::CONFIGURATION_MODE, NULL);
255 syncer_thread()->ScheduleConfig(model_types);
282 syncer_thread()->Start(SyncerThread::CONFIGURATION_MODE, NULL);
284 syncer_thread()->ScheduleConfig(model_types);
317 syncer_thread()->Start(SyncerThread::CONFIGURATION_MODE, NULL);
319 syncer_thread()->ScheduleConfig(model_types1);
323 syncer_thread()->ScheduleConfig(model_types2);
357 syncer_thread()->Start(SyncerThread::CONFIGURATION_MODE, NULL);
359 syncer_thread()->ScheduleConfig(model_types);
361 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, model_types,
366 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
385 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
398 syncer_thread()->ScheduleNudge(delay, NUDGE_SOURCE_UNKNOWN, types1,
400 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, types2,
415 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_NOTIFICATION, types3,
427 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
437 syncer_thread()->ScheduleNudgeWithPayloads(zero(), NUDGE_SOURCE_LOCAL,
453 syncer_thread()->ScheduleNudgeWithPayloads(zero(), NUDGE_SOURCE_LOCAL,
465 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
478 syncer_thread()->ScheduleNudgeWithPayloads(delay, NUDGE_SOURCE_UNKNOWN,
480 syncer_thread()->ScheduleNudgeWithPayloads(zero(), NUDGE_SOURCE_LOCAL,
497 syncer_thread()->ScheduleNudgeWithPayloads(zero(), NUDGE_SOURCE_NOTIFICATION,
511 syncer_thread()->OnReceivedLongPollIntervalUpdate(poll_interval);
517 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
519 syncer_thread()->Stop();
529 syncer_thread()->OnReceivedShortPollIntervalUpdate(poll_interval);
530 syncer_thread()->set_notifications_enabled(false);
536 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
538 syncer_thread()->Stop();
549 syncer_thread()->OnReceivedLongPollIntervalUpdate(poll1);
557 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
559 syncer_thread()->Stop();
566 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
572 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, ModelTypeBitSet(),
586 syncer_thread()->OnReceivedLongPollIntervalUpdate(poll);
590 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
591 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, types,
595 syncer_thread()->Start(SyncerThread::CONFIGURATION_MODE, NULL);
596 syncer_thread()->ScheduleConfig(types);
606 syncer_thread()->OnReceivedLongPollIntervalUpdate(poll);
617 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
619 syncer_thread()->Stop();
630 syncer_thread()->OnReceivedLongPollIntervalUpdate(poll);
634 syncer_thread()->Start(SyncerThread::CONFIGURATION_MODE, NULL);
637 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, nudge_types,
639 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, nudge_types,
646 syncer_thread()->ScheduleConfig(config_types);
648 syncer_thread()->Stop();
703 syncer_thread()->OnReceivedLongPollIntervalUpdate(poll);
712 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
729 syncer_thread()->ScheduleNudge(poll * 10, NUDGE_SOURCE_LOCAL, types,
743 syncer_thread()->Start(SyncerThread::CONFIGURATION_MODE, NULL);
744 syncer_thread()->ScheduleConfig(types);
747 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
748 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, types,
750 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, types,
760 syncer_thread()->OnReceivedLongPollIntervalUpdate(poll);
781 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
795 syncer_thread()->OnReceivedLongPollIntervalUpdate(poll);
809 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
811 syncer_thread()->Stop();
848 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
849 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, ModelTypeBitSet(),
852 syncer_thread()->Stop();
858 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
859 syncer_thread()->ScheduleClearUserData();
861 syncer_thread()->Stop();
865 syncer_thread()->Start(SyncerThread::CONFIGURATION_MODE, NULL);
866 syncer_thread()->ScheduleConfig(ModelTypeBitSet());
868 syncer_thread()->Stop();
876 syncer_thread()->OnReceivedLongPollIntervalUpdate(poll);
877 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
879 syncer_thread()->Stop();
896 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
897 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, ModelTypeBitSet(),
921 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
922 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, ModelTypeBitSet(),
925 syncer_thread()->Stop();