Lines Matching full:syncer
35 #include "chrome/browser/sync/engine/syncer.h"
83 using browser_sync::Syncer;
916 // Mark this entry as unsynced, to wake up the syncer.
1530 // client (the Syncer) and the sync server.
1533 // The thread that runs the Syncer. Needs to be explicitly Start()ed.
1558 // The instance is shared between the SyncManager and the Syncer.
1570 // True if the SyncManager should be running in test mode (no syncer thread
1733 // Test mode does not use a syncer context or syncer thread.
1747 syncer_thread_.reset(new SyncerThread(context, new Syncer()));
1808 // Start the syncer thread. This won't actually
1819 Syncer, and it's a race
1966 // Nudge the syncer so that encrypted datatype updates that were waiting for
2202 // that were posted to core_thread_ before or during syncer thread shutdown
2357 // Unsynced items will cause us to nudge the the syncer.
2413 DCHECK(writer == syncable::SYNCER ||