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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.cc 337 UpdateServiceState(REMOTE_SERVICE_OK, "Got push notification for Drive.");
348 UpdateServiceState(REMOTE_SERVICE_OK, "Authenticated");
361 UpdateServiceState(
372 UpdateServiceState(REMOTE_SERVICE_TEMPORARY_UNAVAILABLE, "Disconnected");
374 UpdateServiceState(REMOTE_SERVICE_OK, "Connected");
457 UpdateServiceState(REMOTE_SERVICE_TEMPORARY_UNAVAILABLE,
460 UpdateServiceState(REMOTE_SERVICE_AUTHENTICATION_REQUIRED,
593 UpdateServiceState(REMOTE_SERVICE_OK, std::string());
598 UpdateServiceState(REMOTE_SERVICE_AUTHENTICATION_REQUIRED,
604 UpdateServiceState(REMOTE_SERVICE_AUTHENTICATION_REQUIRED
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.cc 317 UpdateServiceState(REMOTE_SERVICE_OK, "Authenticated");
328 UpdateServiceState(REMOTE_SERVICE_OK, "Network connected");
446 UpdateServiceState(REMOTE_SERVICE_OK, std::string());
451 UpdateServiceState(REMOTE_SERVICE_AUTHENTICATION_REQUIRED,
457 UpdateServiceState(REMOTE_SERVICE_AUTHENTICATION_REQUIRED,
466 UpdateServiceState(REMOTE_SERVICE_TEMPORARY_UNAVAILABLE,
474 UpdateServiceState(REMOTE_SERVICE_DISABLED,
484 void DriveFileSyncService::UpdateServiceState(RemoteServiceState state,
    [all...]

Completed in 161 milliseconds