| OLD | NEW |
| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 WebAXRoleRootWebArea, | 154 WebAXRoleRootWebArea, |
| 155 WebAXRoleRowHeader, | 155 WebAXRoleRowHeader, |
| 156 WebAXRoleRow, | 156 WebAXRoleRow, |
| 157 WebAXRoleRuby, | 157 WebAXRoleRuby, |
| 158 WebAXRoleRuler, | 158 WebAXRoleRuler, |
| 159 WebAXRoleSVGRoot, | 159 WebAXRoleSVGRoot, |
| 160 WebAXRoleScrollArea, | 160 WebAXRoleScrollArea, |
| 161 WebAXRoleScrollBar, | 161 WebAXRoleScrollBar, |
| 162 WebAXRoleSeamlessWebArea, | 162 WebAXRoleSeamlessWebArea, |
| 163 WebAXRoleSearch, | 163 WebAXRoleSearch, |
| 164 WebAXRoleSearchBox, |
| 164 WebAXRoleSlider, | 165 WebAXRoleSlider, |
| 165 WebAXRoleSliderThumb, | 166 WebAXRoleSliderThumb, |
| 166 WebAXRoleSpinButtonPart, | 167 WebAXRoleSpinButtonPart, |
| 167 WebAXRoleSpinButton, | 168 WebAXRoleSpinButton, |
| 168 WebAXRoleSplitter, | 169 WebAXRoleSplitter, |
| 169 WebAXRoleStaticText, | 170 WebAXRoleStaticText, |
| 170 WebAXRoleStatus, | 171 WebAXRoleStatus, |
| 172 WebAXRoleSwitch, |
| 171 WebAXRoleTabGroup, | 173 WebAXRoleTabGroup, |
| 172 WebAXRoleTabList, | 174 WebAXRoleTabList, |
| 173 WebAXRoleTabPanel, | 175 WebAXRoleTabPanel, |
| 174 WebAXRoleTab, | 176 WebAXRoleTab, |
| 175 WebAXRoleTableHeaderContainer, | 177 WebAXRoleTableHeaderContainer, |
| 176 WebAXRoleTable, | 178 WebAXRoleTable, |
| 177 WebAXRoleTextArea, | 179 WebAXRoleTextArea, |
| 178 WebAXRoleTextField, | 180 WebAXRoleTextField, |
| 179 WebAXRoleTime, | 181 WebAXRoleTime, |
| 180 WebAXRoleTimer, | 182 WebAXRoleTimer, |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 WebAXInvalidStateFalse, | 267 WebAXInvalidStateFalse, |
| 266 WebAXInvalidStateTrue, | 268 WebAXInvalidStateTrue, |
| 267 WebAXInvalidStateSpelling, | 269 WebAXInvalidStateSpelling, |
| 268 WebAXInvalidStateGrammar, | 270 WebAXInvalidStateGrammar, |
| 269 WebAXInvalidStateOther | 271 WebAXInvalidStateOther |
| 270 }; | 272 }; |
| 271 | 273 |
| 272 } // namespace blink | 274 } // namespace blink |
| 273 | 275 |
| 274 #endif | 276 #endif |
| OLD | NEW |