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

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

Issue 612063002: Expose IA and IA2 role and state for HTML input type attributes related to date and time. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 CanvasRole, 71 CanvasRole,
72 CellRole, 72 CellRole,
73 CheckBoxMenuItemRole, 73 CheckBoxMenuItemRole,
74 CheckBoxRole, 74 CheckBoxRole,
75 ColorWellRole, 75 ColorWellRole,
76 ColumnHeaderRole, 76 ColumnHeaderRole,
77 ColumnRole, 77 ColumnRole,
78 ComboBoxRole, 78 ComboBoxRole,
79 ComplementaryRole, 79 ComplementaryRole,
80 ContentInfoRole, 80 ContentInfoRole,
81 DateRole,
82 DateTimeRole,
81 DefinitionRole, 83 DefinitionRole,
82 DescriptionListDetailRole, 84 DescriptionListDetailRole,
83 DescriptionListRole, 85 DescriptionListRole,
84 DescriptionListTermRole, 86 DescriptionListTermRole,
85 DetailsRole, 87 DetailsRole,
86 DialogRole, 88 DialogRole,
87 DirectoryRole, 89 DirectoryRole,
88 DisclosureTriangleRole, 90 DisclosureTriangleRole,
89 DivRole, 91 DivRole,
90 DocumentRole, 92 DocumentRole,
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 StatusRole, 162 StatusRole,
161 SystemWideRole, 163 SystemWideRole,
162 TabGroupRole, 164 TabGroupRole,
163 TabListRole, 165 TabListRole,
164 TabPanelRole, 166 TabPanelRole,
165 TabRole, 167 TabRole,
166 TableHeaderContainerRole, 168 TableHeaderContainerRole,
167 TableRole, 169 TableRole,
168 TextAreaRole, 170 TextAreaRole,
169 TextFieldRole, 171 TextFieldRole,
172 TimeRole,
170 TimerRole, 173 TimerRole,
171 ToggleButtonRole, 174 ToggleButtonRole,
172 ToolbarRole, 175 ToolbarRole,
173 TreeGridRole, 176 TreeGridRole,
174 TreeItemRole, 177 TreeItemRole,
175 TreeRole, 178 TreeRole,
176 UnknownRole, 179 UnknownRole,
177 UserInterfaceTooltipRole, 180 UserInterfaceTooltipRole,
178 ValueIndicatorRole, 181 ValueIndicatorRole,
179 WebAreaRole, 182 WebAreaRole,
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 583
581 bool m_detached; 584 bool m_detached;
582 }; 585 };
583 586
584 #define DEFINE_AX_OBJECT_TYPE_CASTS(thisType, predicate) \ 587 #define DEFINE_AX_OBJECT_TYPE_CASTS(thisType, predicate) \
585 DEFINE_TYPE_CASTS(thisType, AXObject, object, object->predicate, object.pred icate) 588 DEFINE_TYPE_CASTS(thisType, AXObject, object, object->predicate, object.pred icate)
586 589
587 } // namespace blink 590 } // namespace blink
588 591
589 #endif // AXObject_h 592 #endif // AXObject_h
OLDNEW
« no previous file with comments | « Source/core/accessibility/AXNodeObject.cpp ('k') | Source/core/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698