HomeSort by relevance Sort by last modified time
    Searched defs:UpdateServiceState (Results 1 - 4 of 4) 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_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,
  /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...]

Completed in 90 milliseconds