Home
last modified time | relevance | path

Searched refs:SYNC_SERVICE_DISABLED (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
Dsync_service_state.h38 SYNC_SERVICE_DISABLED, enumerator
Dsync_process_runner.cc107 case SYNC_SERVICE_DISABLED: in Schedule()
Dsync_file_system_service.cc66 return SYNC_SERVICE_DISABLED; in RemoteStateToSyncServiceState()
71 return SYNC_SERVICE_DISABLED; in RemoteStateToSyncServiceState()
Dsync_file_system_service_unittest.cc306 expected_states.push_back(SYNC_SERVICE_DISABLED); in TEST_F()
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
Dsync_file_system_api_helpers.cc22 case sync_file_system::SYNC_SERVICE_DISABLED: in SyncServiceStateToExtensionEnum()
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
Dsync_file_system_internals_handler.cc111 SyncServiceState state_enum = sync_file_system::SYNC_SERVICE_DISABLED; in GetServiceStatus()