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

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

Issue 1045693002: Expose multiline attribute from blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reland Created 5 years, 8 months 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/WebAXObject.cpp ('k') | public/web/WebAXObject.h » ('j') | 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 WebAXStateChecked, 198 WebAXStateChecked,
199 WebAXStateEnabled, 199 WebAXStateEnabled,
200 WebAXStateExpanded, 200 WebAXStateExpanded,
201 WebAXStateFocusable, 201 WebAXStateFocusable,
202 WebAXStateFocused, 202 WebAXStateFocused,
203 WebAXStateHaspopup, 203 WebAXStateHaspopup,
204 WebAXStateHovered, 204 WebAXStateHovered,
205 WebAXStateIndeterminate, 205 WebAXStateIndeterminate,
206 WebAXStateInvisible, 206 WebAXStateInvisible,
207 WebAXStateLinked, 207 WebAXStateLinked,
208 WebAXStateMultiline,
208 WebAXStateMultiselectable, 209 WebAXStateMultiselectable,
209 WebAXStateOffscreen, 210 WebAXStateOffscreen,
210 WebAXStatePressed, 211 WebAXStatePressed,
211 WebAXStateProtected, 212 WebAXStateProtected,
212 WebAXStateReadonly, 213 WebAXStateReadonly,
213 WebAXStateRequired, 214 WebAXStateRequired,
214 WebAXStateSelectable, 215 WebAXStateSelectable,
215 WebAXStateSelected, 216 WebAXStateSelected,
216 WebAXStateVertical, 217 WebAXStateVertical,
217 WebAXStateVisited, 218 WebAXStateVisited,
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 WebAXInvalidStateFalse, 269 WebAXInvalidStateFalse,
269 WebAXInvalidStateTrue, 270 WebAXInvalidStateTrue,
270 WebAXInvalidStateSpelling, 271 WebAXInvalidStateSpelling,
271 WebAXInvalidStateGrammar, 272 WebAXInvalidStateGrammar,
272 WebAXInvalidStateOther 273 WebAXInvalidStateOther
273 }; 274 };
274 275
275 } // namespace blink 276 } // namespace blink
276 277
277 #endif 278 #endif
OLDNEW
« no previous file with comments | « Source/web/WebAXObject.cpp ('k') | public/web/WebAXObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698