tree: ee95b96e54d584686cc625f2ce83addd7495d9eb
  1. accessibility/
  2. actions/
  3. animation/
  4. bubble/
  5. cocoa/
  6. controls/
  7. corewm/
  8. debug/
  9. examples/
  10. focus/
  11. input_protection/
  12. interaction/
  13. layout/
  14. metadata/
  15. resources/
  16. style/
  17. test/
  18. touchui/
  19. vector_icons/
  20. widget/
  21. win/
  22. window/
  23. .clang-tidy
  24. accessible_pane_view.cc
  25. accessible_pane_view.h
  26. accessible_pane_view_unittest.cc
  27. background.cc
  28. background.h
  29. badge_painter.cc
  30. badge_painter.h
  31. border.cc
  32. border.h
  33. border_unittest.cc
  34. BUILD.gn
  35. button_drag_utils.cc
  36. button_drag_utils.h
  37. cascading_property.cc
  38. cascading_property.h
  39. context_menu_controller.cc
  40. context_menu_controller.h
  41. debug_utils.cc
  42. debug_utils.h
  43. DEPS
  44. dialog_model_context_menu_controller.cc
  45. dialog_model_context_menu_controller.h
  46. DIR_METADATA
  47. drag_controller.h
  48. drag_utils.cc
  49. drag_utils.h
  50. drag_utils_aura.cc
  51. drag_utils_mac.mm
  52. event_monitor.h
  53. event_monitor_aura.cc
  54. event_monitor_aura.h
  55. event_monitor_mac.h
  56. event_monitor_mac.mm
  57. event_monitor_remote_cocoa.h
  58. event_monitor_remote_cocoa.mm
  59. event_monitor_unittest.cc
  60. features.gni
  61. highlight_border.cc
  62. highlight_border.h
  63. input_event_activation_protector.cc
  64. input_event_activation_protector.h
  65. masked_targeter_delegate.cc
  66. masked_targeter_delegate.h
  67. metrics.h
  68. metrics_aura.cc
  69. metrics_mac.cc
  70. mouse_constants.h
  71. mouse_watcher.cc
  72. mouse_watcher.h
  73. mouse_watcher_view_host.cc
  74. mouse_watcher_view_host.h
  75. native_theme_delegate.h
  76. OWNERS
  77. paint_info.cc
  78. paint_info.h
  79. paint_info_unittest.cc
  80. painter.cc
  81. painter.h
  82. PRESUBMIT.py
  83. property_effects.h
  84. README.md
  85. rect_based_targeting_utils.cc
  86. rect_based_targeting_utils.h
  87. rect_based_targeting_utils_unittest.cc
  88. repeat_controller.cc
  89. repeat_controller.h
  90. repeat_controller_unittest.cc
  91. round_rect_painter.cc
  92. round_rect_painter.h
  93. run_all_unittests_main.cc
  94. selection_controller.cc
  95. selection_controller.h
  96. selection_controller_delegate.h
  97. selection_controller_unittest.cc
  98. view.cc
  99. view.h
  100. view_class_properties.cc
  101. view_class_properties.h
  102. view_constants.h
  103. view_constants_aura.cc
  104. view_constants_aura.h
  105. view_model.cc
  106. view_model.h
  107. view_model_unittest.cc
  108. view_model_utils.cc
  109. view_model_utils.h
  110. view_model_utils_unittest.cc
  111. view_nocompile.nc
  112. view_observer.h
  113. view_shadow.cc
  114. view_shadow.h
  115. view_shadow_unittest.cc
  116. view_targeter.cc
  117. view_targeter.h
  118. view_targeter_delegate.cc
  119. view_targeter_delegate.h
  120. view_targeter_unittest.cc
  121. view_test_api.h
  122. view_tracker.cc
  123. view_tracker.h
  124. view_tracker_unittest.cc
  125. view_unittest.cc
  126. view_unittest_aura.cc
  127. view_unittest_mac.mm
  128. view_utils.cc
  129. view_utils.h
  130. views_delegate.cc
  131. views_delegate.h
  132. views_export.h
  133. views_features.cc
  134. views_features.h
  135. VIEWS_OWNERS
  136. views_perftests.cc
  137. views_switches.h
  138. views_test_suite.cc
  139. views_test_suite.h
  140. windows_stationarity_monitor.cc
  141. windows_stationarity_monitor.h
  142. windows_stationarity_monitor_aura.cc
  143. windows_stationarity_monitor_aura.h
  144. windows_stationarity_monitor_mac.h
  145. windows_stationarity_monitor_mac.mm
  146. word_lookup_client.h
ui/views/README.md

Views UI Toolkit

The Views UI Toolkit (aka Views) powers the UI on Windows, Mac, Linux, and ChromeOS.

Documentation

Find the documentation for Views at the Chromium UI Platform Doc site.

Contact

Need to contact the team? E-mail views@chromium.org.