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

Side by Side Diff: Source/modules/accessibility/AXObject.h

Issue 813313002: TableCaptionElement is not exposed to accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebasing code Created 6 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 | « Source/modules/accessibility/AXNodeObject.cpp ('k') | Source/web/AssertMatchingEnums.cpp » ('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) 2008, 2009, 2011 Apple Inc. All rights reserved. 2 * Copyright (C) 2008, 2009, 2011 Apple Inc. All rights reserved.
3 * Copyright (C) 2008 Nuanti Ltd. 3 * Copyright (C) 2008 Nuanti Ltd.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 AlertDialogRole, 57 AlertDialogRole,
58 AlertRole, 58 AlertRole,
59 AnnotationRole, 59 AnnotationRole,
60 ApplicationRole, 60 ApplicationRole,
61 ArticleRole, 61 ArticleRole,
62 BannerRole, 62 BannerRole,
63 BlockquoteRole, 63 BlockquoteRole,
64 BusyIndicatorRole, 64 BusyIndicatorRole,
65 ButtonRole, 65 ButtonRole,
66 CanvasRole, 66 CanvasRole,
67 CaptionRole,
67 CellRole, 68 CellRole,
68 CheckBoxRole, 69 CheckBoxRole,
69 ColorWellRole, 70 ColorWellRole,
70 ColumnHeaderRole, 71 ColumnHeaderRole,
71 ColumnRole, 72 ColumnRole,
72 ComboBoxRole, 73 ComboBoxRole,
73 ComplementaryRole, 74 ComplementaryRole,
74 ContentInfoRole, 75 ContentInfoRole,
75 DateRole, 76 DateRole,
76 DateTimeRole, 77 DateTimeRole,
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 // functions called here may only search up the tree (ancestors), not down. 630 // functions called here may only search up the tree (ancestors), not down.
630 void updateCachedAttributeValuesIfNeeded() const; 631 void updateCachedAttributeValuesIfNeeded() const;
631 }; 632 };
632 633
633 #define DEFINE_AX_OBJECT_TYPE_CASTS(thisType, predicate) \ 634 #define DEFINE_AX_OBJECT_TYPE_CASTS(thisType, predicate) \
634 DEFINE_TYPE_CASTS(thisType, AXObject, object, object->predicate, object.pred icate) 635 DEFINE_TYPE_CASTS(thisType, AXObject, object, object->predicate, object.pred icate)
635 636
636 } // namespace blink 637 } // namespace blink
637 638
638 #endif // AXObject_h 639 #endif // AXObject_h
OLDNEW
« no previous file with comments | « Source/modules/accessibility/AXNodeObject.cpp ('k') | Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698