Lines Matching refs:SYNCER
5 #include "chrome/browser/sync/engine/syncer.h"
45 using syncable::SYNCER;
56 Syncer::Syncer()
61 Syncer::~Syncer() {}
63 bool Syncer::ExitRequested() {
68 void Syncer::RequestEarlyExit() {
74 void Syncer::SyncShare(sessions::SyncSession* session) {
90 void Syncer::SyncShare(sessions::SyncSession* session,
106 VLOG(1) << "Syncer Begin";
111 // fall all the way back to the syncer thread main loop in that case,
187 WriteTransaction trans(dir, SYNCER, __FILE__, __LINE__);
284 VLOG(1) << "Syncer End";
290 void Syncer::ProcessClientCommand(sessions::SyncSession* session) {