tree: fd3d66b5b217437cd93a3c4f4a302bf1b629948e [path history] [tgz]
  1. features/
  2. public/
  3. accessibility_service_chrome.cc
  4. accessibility_service_chrome.h
  5. accessibility_service_chrome_unittest.cc
  6. accessibility_service_cros.cc
  7. accessibility_service_cros.h
  8. accessibility_service_cros_unittest.cc
  9. assistive_technology_controller_impl.cc
  10. assistive_technology_controller_impl.h
  11. assistive_technology_controller_impl_unittest.cc
  12. automation_impl.cc
  13. automation_impl.h
  14. BUILD.gn
  15. buildflags.gni
  16. COMMON_METADATA
  17. DEPS
  18. DIR_METADATA
  19. fake_service_client.cc
  20. fake_service_client.h
  21. OWNERS
  22. README.md
services/accessibility/README.md

Accessibility Service

The accessibility service on Chrome OS provides accessibility services like ChromeVox, Select-to-Speak, Switch Access and Dictation, and a framework API to communicate with the operating system. On Chrome desktop, the accessibility service could be used by native APIs to expose accessibility information to the operating system.

Chrome OS

On Chrome OS, the service runs a V8 instance which will execute Accessibility feature Javascript. The V8 implementation is in features/.