Searched refs:SYNC_SERVICE_RUNNING (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_service_state.h17 SYNC_SERVICE_RUNNING, enumerator in enum:sync_file_system::SyncServiceState
H A Dsync_process_runner_unittest.cc18 FakeClient() : service_state_(SYNC_SERVICE_RUNNING) {}
178 fake_client.set_service_state(SYNC_SERVICE_RUNNING);
264 fake_client.set_service_state(SYNC_SERVICE_RUNNING);
H A Dsync_process_runner.cc72 service_state_(SYNC_SERVICE_RUNNING),
92 case SYNC_SERVICE_RUNNING:
H A Dsync_file_system_service.cc58 return SYNC_SERVICE_RUNNING;
399 if (service_state != SYNC_SERVICE_RUNNING)
408 if (service_state != SYNC_SERVICE_RUNNING)
H A Dsync_file_system_service_unittest.cc281 expected_states.push_back(SYNC_SERVICE_RUNNING);
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api_helpers.cc16 case sync_file_system::SYNC_SERVICE_RUNNING:

Completed in 133 milliseconds