Home
last modified time | relevance | path

Searched refs:STOP_SYNCING_PERMANENTLY (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/sync/engine/
Dsync_engine_event.h39 STOP_SYNCING_PERMANENTLY, enumerator
Dall_status.cc103 case SyncEngineEvent::STOP_SYNCING_PERMANENTLY: in OnSyncEngineEvent()
/external/chromium/chrome/browser/sync/engine/
Dsyncer_types.h95 STOP_SYNCING_PERMANENTLY, enumerator
Dall_status.cc109 case SyncEngineEvent::STOP_SYNCING_PERMANENTLY: in OnSyncEngineEvent()
Dsyncer_thread.cc863 Notify(SyncEngineEvent::STOP_SYNCING_PERMANENTLY); in OnShouldStopSyncingPermanently()
Dsyncapi.cc2544 if (event.what_happened == SyncEngineEvent::STOP_SYNCING_PERMANENTLY) { in OnSyncEngineEvent()
/external/chromium_org/sync/protocol/
Dsync_enums.proto29 // |STOP_SYNCING_PERMANENTLY| event should never be seen by the server in
31 STOP_SYNCING_PERMANENTLY = 6; // Server sent stop syncing permanently. enumerator
Dclient_debug_info.proto150 // |STOP_SYNCING_PERMANENTLY| event should never be seen by the server in
152 STOP_SYNCING_PERMANENTLY = 6; // Server sent stop syncing permanently. enumerator
Dproto_enum_conversions.cc224 ENUM_CASE(sync_pb::DebugEventInfo, STOP_SYNCING_PERMANENTLY); in SingletonEventTypeString()
/external/chromium_org/sync/internal_api/
Ddebug_info_event_listener.cc89 CreateAndAddEvent(sync_pb::DebugEventInfo::STOP_SYNCING_PERMANENTLY); in OnStopSyncingPermanently()
Dsync_manager_impl.cc947 if (event.what_happened == SyncEngineEvent::STOP_SYNCING_PERMANENTLY) { in OnSyncEngineEvent()