HomeSort by relevance Sort by last modified time
    Searched refs:UpdateServiceState (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
fake_sync_worker.cc 128 UpdateServiceState(REMOTE_SERVICE_OK, "Set FakeSyncWorker enabled.");
130 UpdateServiceState(REMOTE_SERVICE_DISABLED, "Disabled FakeSyncWorker.");
153 UpdateServiceState(REMOTE_SERVICE_OK, "Got push notification for Drive.");
159 UpdateServiceState(REMOTE_SERVICE_OK, "ReadyToSendRequests");
165 UpdateServiceState(REMOTE_SERVICE_OK, "RefreshTokenInvalid");
174 UpdateServiceState(REMOTE_SERVICE_TEMPORARY_UNAVAILABLE, "Disconnected");
176 UpdateServiceState(REMOTE_SERVICE_OK, "Connected");
215 void FakeSyncWorker::UpdateServiceState(RemoteServiceState state,
221 UpdateServiceState(state, description));
sync_worker.cc 232 UpdateServiceState(
311 UpdateServiceState(REMOTE_SERVICE_OK, "Got push notification for Drive.");
324 UpdateServiceState(REMOTE_SERVICE_OK, "Authenticated");
340 UpdateServiceState(
353 UpdateServiceState(REMOTE_SERVICE_TEMPORARY_UNAVAILABLE, "Disconnected");
355 UpdateServiceState(REMOTE_SERVICE_OK, "Connected");
442 UpdateServiceState(REMOTE_SERVICE_TEMPORARY_UNAVAILABLE,
445 UpdateServiceState(REMOTE_SERVICE_AUTHENTICATION_REQUIRED,
688 UpdateServiceState(REMOTE_SERVICE_OK, std::string());
693 UpdateServiceState(REMOTE_SERVICE_AUTHENTICATION_REQUIRED
    [all...]
sync_worker_interface.h 54 virtual void UpdateServiceState(RemoteServiceState state,
sync_engine.cc 112 virtual void UpdateServiceState(RemoteServiceState state,
116 sync_engine_->UpdateServiceState(state, description);
123 base::Bind(&SyncEngine::UpdateServiceState,
653 UpdateServiceState(REMOTE_SERVICE_AUTHENTICATION_REQUIRED,
664 UpdateServiceState(REMOTE_SERVICE_AUTHENTICATION_REQUIRED,
722 void SyncEngine::UpdateServiceState(RemoteServiceState state,
fake_sync_worker.h 109 void UpdateServiceState(RemoteServiceState state,
sync_engine_unittest.cc 96 base::Bind(&FakeSyncWorker::UpdateServiceState,
204 TEST_F(SyncEngineTest, UpdateServiceState) {
sync_worker.h 162 void UpdateServiceState(RemoteServiceState state,
sync_engine.h 168 void UpdateServiceState(RemoteServiceState state,
sync_worker_unittest.cc 288 TEST_F(SyncWorkerTest, UpdateServiceState) {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.cc 281 UpdateServiceState(REMOTE_SERVICE_OK, "Authenticated");
292 UpdateServiceState(REMOTE_SERVICE_OK, "Network connected");
411 UpdateServiceState(REMOTE_SERVICE_OK, std::string());
416 UpdateServiceState(REMOTE_SERVICE_AUTHENTICATION_REQUIRED,
422 UpdateServiceState(REMOTE_SERVICE_AUTHENTICATION_REQUIRED,
431 UpdateServiceState(REMOTE_SERVICE_TEMPORARY_UNAVAILABLE,
439 UpdateServiceState(REMOTE_SERVICE_DISABLED,
449 void DriveFileSyncService::UpdateServiceState(RemoteServiceState state,
    [all...]
drive_file_sync_service.h 174 void UpdateServiceState(RemoteServiceState state,

Completed in 71 milliseconds