Searched refs:REMOTE_SERVICE_OK (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfake_sync_worker.cc79 return REMOTE_SERVICE_OK;
126 UpdateServiceState(REMOTE_SERVICE_OK, "Set FakeSyncWorker enabled.");
H A Dsync_engine.cc663 REMOTE_SERVICE_OK,
678 REMOTE_SERVICE_OK,
707 REMOTE_SERVICE_OK,
H A Dsync_worker_unittest.cc285 EXPECT_EQ(REMOTE_SERVICE_OK, sync_worker()->GetCurrentState());
384 REMOTE_SERVICE_OK));
H A Dsync_engine_unittest.cc216 {REMOTE_SERVICE_OK, "OK"},
H A Dsync_worker.cc404 UpdateServiceState(REMOTE_SERVICE_OK, std::string());
639 UpdateServiceState(REMOTE_SERVICE_OK, std::string());
/external/chromium_org/chrome/browser/sync_file_system/
H A Dmock_remote_file_sync_service.cc24 state_(REMOTE_SERVICE_OK) {
H A Dremote_file_sync_service.h46 REMOTE_SERVICE_OK = 0, enumerator in enum:sync_file_system::RemoteServiceState
153 // migrates to REMOTE_SERVICE_OK state if the error code returned via
H A Dsync_file_system_service_unittest.cc185 .WillRepeatedly(Return(REMOTE_SERVICE_OK));
284 REMOTE_SERVICE_OK,
H A Dsync_file_system_service.cc57 case REMOTE_SERVICE_OK:
194 last_state_(REMOTE_SERVICE_OK),
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_apitest.cc87 sync_file_system::REMOTE_SERVICE_OK, "Test event description.");

Completed in 136 milliseconds