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

Side by Side Diff: public/web/WebAXEnums.h

Issue 675033002: Revert of Adding PreRole in blink side to expose HTML pre tag with correct MSAA+IA2. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 | « Source/web/AssertMatchingEnums.cpp ('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 /* 1 /*
2 * Copyright (C) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 WebAXRoleMenuListOption, 144 WebAXRoleMenuListOption,
145 WebAXRoleMenuListPopup, 145 WebAXRoleMenuListPopup,
146 WebAXRoleMenu, 146 WebAXRoleMenu,
147 WebAXRoleMeter, 147 WebAXRoleMeter,
148 WebAXRoleNavigation, 148 WebAXRoleNavigation,
149 WebAXRoleNone, 149 WebAXRoleNone,
150 WebAXRoleNote, 150 WebAXRoleNote,
151 WebAXRoleOutline, 151 WebAXRoleOutline,
152 WebAXRoleParagraph, 152 WebAXRoleParagraph,
153 WebAXRolePopUpButton, 153 WebAXRolePopUpButton,
154 WebAXRolePre,
155 WebAXRolePresentational, 154 WebAXRolePresentational,
156 WebAXRoleProgressIndicator, 155 WebAXRoleProgressIndicator,
157 WebAXRoleRadioButton, 156 WebAXRoleRadioButton,
158 WebAXRoleRadioGroup, 157 WebAXRoleRadioGroup,
159 WebAXRoleRegion, 158 WebAXRoleRegion,
160 WebAXRoleRootWebArea, 159 WebAXRoleRootWebArea,
161 WebAXRoleRowHeader, 160 WebAXRoleRowHeader,
162 WebAXRoleRow, 161 WebAXRoleRow,
163 WebAXRoleRulerMarker, 162 WebAXRoleRulerMarker,
164 WebAXRoleRuler, 163 WebAXRoleRuler,
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 enum WebAXTextDirection { 228 enum WebAXTextDirection {
230 WebAXTextDirectionLR, 229 WebAXTextDirectionLR,
231 WebAXTextDirectionRL, 230 WebAXTextDirectionRL,
232 WebAXTextDirectionTB, 231 WebAXTextDirectionTB,
233 WebAXTextDirectionBT 232 WebAXTextDirectionBT
234 }; 233 };
235 234
236 } // namespace blink 235 } // namespace blink
237 236
238 #endif 237 #endif
OLDNEW
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698