| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 WebAXRoleSplitter, | 170 WebAXRoleSplitter, |
| 171 WebAXRoleStaticText, | 171 WebAXRoleStaticText, |
| 172 WebAXRoleStatus, | 172 WebAXRoleStatus, |
| 173 WebAXRoleSwitch, | 173 WebAXRoleSwitch, |
| 174 WebAXRoleTabGroup, | 174 WebAXRoleTabGroup, |
| 175 WebAXRoleTabList, | 175 WebAXRoleTabList, |
| 176 WebAXRoleTabPanel, | 176 WebAXRoleTabPanel, |
| 177 WebAXRoleTab, | 177 WebAXRoleTab, |
| 178 WebAXRoleTableHeaderContainer, | 178 WebAXRoleTableHeaderContainer, |
| 179 WebAXRoleTable, | 179 WebAXRoleTable, |
| 180 WebAXRoleTextArea, | |
| 181 WebAXRoleTextField, | 180 WebAXRoleTextField, |
| 182 WebAXRoleTime, | 181 WebAXRoleTime, |
| 183 WebAXRoleTimer, | 182 WebAXRoleTimer, |
| 184 WebAXRoleToggleButton, | 183 WebAXRoleToggleButton, |
| 185 WebAXRoleToolbar, | 184 WebAXRoleToolbar, |
| 186 WebAXRoleTreeGrid, | 185 WebAXRoleTreeGrid, |
| 187 WebAXRoleTreeItem, | 186 WebAXRoleTreeItem, |
| 188 WebAXRoleTree, | 187 WebAXRoleTree, |
| 189 WebAXRoleUserInterfaceTooltip, | 188 WebAXRoleUserInterfaceTooltip, |
| 190 WebAXRoleWebArea, | 189 WebAXRoleWebArea, |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 WebAXInvalidStateFalse, | 268 WebAXInvalidStateFalse, |
| 270 WebAXInvalidStateTrue, | 269 WebAXInvalidStateTrue, |
| 271 WebAXInvalidStateSpelling, | 270 WebAXInvalidStateSpelling, |
| 272 WebAXInvalidStateGrammar, | 271 WebAXInvalidStateGrammar, |
| 273 WebAXInvalidStateOther | 272 WebAXInvalidStateOther |
| 274 }; | 273 }; |
| 275 | 274 |
| 276 } // namespace blink | 275 } // namespace blink |
| 277 | 276 |
| 278 #endif | 277 #endif |
| OLD | NEW |