Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: ui/accessibility/ax_enums.idl

Issue 2493923002: Select-to-speak event handler (Closed)
Patch Set: Fix presubmit warning Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/base/ash_test_environment_chrome.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // TODO(nektar): Migrate entire file to Mojoq. 5 // TODO(nektar): Migrate entire file to Mojoq.
6 // These should be kept in sync with third_party/WebKit/public/web/WebAXEnums.h 6 // These should be kept in sync with third_party/WebKit/public/web/WebAXEnums.h
7 // until the Chromium and Blink trees are merged. 7 // until the Chromium and Blink trees are merged.
8 [camel_case_enum_to_string=true] namespace ui { 8 [camel_case_enum_to_string=true] namespace ui {
9 9
10 // For new entries to the following four enums, also add to 10 // For new entries to the following four enums, also add to
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 live_region_created, // Implicit 44 live_region_created, // Implicit
45 live_region_changed, // Web 45 live_region_changed, // Web
46 load_complete, // Web 46 load_complete, // Web
47 location_changed, // Web 47 location_changed, // Web
48 menu_end, // Native / Win 48 menu_end, // Native / Win
49 menu_list_item_selected, // Web 49 menu_list_item_selected, // Web
50 menu_list_value_changed, // Web 50 menu_list_value_changed, // Web
51 menu_popup_end, // Native / Win 51 menu_popup_end, // Native / Win
52 menu_popup_start, // Native / Win 52 menu_popup_start, // Native / Win
53 menu_start, // Native / Win 53 menu_start, // Native / Win
54 mouse_canceled,
55 mouse_dragged,
56 mouse_moved,
57 mouse_pressed,
58 mouse_released,
54 row_collapsed, // Web / Mac 59 row_collapsed, // Web / Mac
55 row_count_changed, // Web / Mac 60 row_count_changed, // Web / Mac
56 row_expanded, // Web / Mac 61 row_expanded, // Web / Mac
57 scroll_position_changed, // Web 62 scroll_position_changed, // Web
58 scrolled_to_anchor, // Web 63 scrolled_to_anchor, // Web
59 selected_children_changed, // Web 64 selected_children_changed, // Web
60 selection, // Native 65 selection, // Native
61 selection_add, // Native 66 selection_add, // Native
62 selection_remove, // Native 67 selection_remove, // Native
63 show, // Remove: http://crbug.com/392502 68 show, // Remove: http://crbug.com/392502
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 // First node is before the second one. 613 // First node is before the second one.
609 before, 614 before,
610 615
611 // Nodes are the same. 616 // Nodes are the same.
612 equal, 617 equal,
613 618
614 // First node is after the second one. 619 // First node is after the second one.
615 after 620 after
616 }; 621 };
617 }; 622 };
OLDNEW
« no previous file with comments | « chrome/test/base/ash_test_environment_chrome.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698