Searched refs:STOP_SYNCING_PERMANENTLY (Results 1 – 11 of 11) sorted by relevance
39 STOP_SYNCING_PERMANENTLY, enumerator
103 case SyncEngineEvent::STOP_SYNCING_PERMANENTLY: in OnSyncEngineEvent()
95 STOP_SYNCING_PERMANENTLY, enumerator
109 case SyncEngineEvent::STOP_SYNCING_PERMANENTLY: in OnSyncEngineEvent()
863 Notify(SyncEngineEvent::STOP_SYNCING_PERMANENTLY); in OnShouldStopSyncingPermanently()
2544 if (event.what_happened == SyncEngineEvent::STOP_SYNCING_PERMANENTLY) { in OnSyncEngineEvent()
29 // |STOP_SYNCING_PERMANENTLY| event should never be seen by the server in31 STOP_SYNCING_PERMANENTLY = 6; // Server sent stop syncing permanently. enumerator
150 // |STOP_SYNCING_PERMANENTLY| event should never be seen by the server in152 STOP_SYNCING_PERMANENTLY = 6; // Server sent stop syncing permanently. enumerator
224 ENUM_CASE(sync_pb::DebugEventInfo, STOP_SYNCING_PERMANENTLY); in SingletonEventTypeString()
89 CreateAndAddEvent(sync_pb::DebugEventInfo::STOP_SYNCING_PERMANENTLY); in OnStopSyncingPermanently()
947 if (event.what_happened == SyncEngineEvent::STOP_SYNCING_PERMANENTLY) { in OnSyncEngineEvent()