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

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

Issue 609793002: Add AX role ,'AXDescriptionList', for dl element(re-land). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: AX role for description list(rebased) 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
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, 81 DateRole,
82 DateTimeRole, 82 DateTimeRole,
83 DefinitionRole, 83 DefinitionRole,
84 DescriptionListDetailRole, 84 DescriptionListDetailRole,
85 DescriptionListRole,
85 DescriptionListTermRole, 86 DescriptionListTermRole,
86 DetailsRole, 87 DetailsRole,
87 DialogRole, 88 DialogRole,
88 DirectoryRole, 89 DirectoryRole,
89 DisclosureTriangleRole, 90 DisclosureTriangleRole,
90 DivRole, 91 DivRole,
91 DocumentRole, 92 DocumentRole,
92 DrawerRole, 93 DrawerRole,
93 EditableTextRole, 94 EditableTextRole,
94 EmbeddedObjectRole, 95 EmbeddedObjectRole,
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 583
583 bool m_detached; 584 bool m_detached;
584 }; 585 };
585 586
586 #define DEFINE_AX_OBJECT_TYPE_CASTS(thisType, predicate) \ 587 #define DEFINE_AX_OBJECT_TYPE_CASTS(thisType, predicate) \
587 DEFINE_TYPE_CASTS(thisType, AXObject, object, object->predicate, object.pred icate) 588 DEFINE_TYPE_CASTS(thisType, AXObject, object, object->predicate, object.pred icate)
588 589
589 } // namespace blink 590 } // namespace blink
590 591
591 #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