Name Description Size
AccAttributes.cpp 9767
AccAttributes.h 9123
AccEvent.cpp 12600
AccEvent.h Generic accessible event. 18598
AccGroupInfo.cpp 13034
AccGroupInfo.h Calculate and store group information. 2410
AccIterator.cpp 11594
AccIterator.h AccIterable is a basic interface for iterators over accessibles. 9099
AccTypes.h Accessible object types. Each accessible class can have own type. 2252
ARIAMap.cpp This list of WAI-defined roles are currently hardcoded. Eventually we will most likely be loading an RDF resource that contains this information Using RDF will also allow for role extensibility. See bug 280138. Definition of nsRoleMapEntry contains comments explaining this table. When no Role enum mapping exists for an ARIA role, the role will be exposed via the object attribute "xml-roles". 35940
ARIAMap.h Used to define if role requires to expose Value interface. 9724
ARIAStateMap.cpp Used to store state map rule data for ARIA attribute of enum type. 10249
ARIAStateMap.h List of the ARIA state mapping rules. 1522
Asserts.cpp 1347
CacheConstants.h An initial cache push of a loaded document or inserted subtree. 3582
CachedTableAccessible.cpp static 15674
CachedTableAccessible.h TableAccessible implementation which builds and queries a cache. 9044
DocManager.cpp 18614
DocManager.h Manage the document accessible life cycle. 5587
EmbeddedObjCollector.cpp 1843
EmbeddedObjCollector.h Collect embedded objects. Provide quick access to accessible by index and vice versa. 1627
EventQueue.cpp 17463
EventQueue.h Used to organize and coalesce pending events. 1949
EventTree.cpp 2849
EventTree.h This class makes sure required tasks are done before and after tree mutations. Currently this only includes group info invalidation. You must have an object of this class on the stack when calling methods that mutate the accessible tree. 1572
Filters.cpp 1297
Filters.h Predefined filters used for nsAccIterator and nsAccCollector. 1075
FocusManager.cpp 15360
FocusManager.h Manage the accessible focus. Used to fire and process accessible events. 4313
HTMLMarkupMap.h 16976
IDSet.h A class to generate unique IDs in the range [ - 2^31, 0 ) 3552
Logging.cpp 30480
Logging.h Return true if any of the given modules is logged. 5948
MathMLMarkupMap.h 5309
moz.build 2622
NotificationController.cpp 38626
NotificationController.h Notification interface. 10894
nsAccCache.h 890
nsAccessibilityService.cpp Accessibility service force enable/disable preference. Supported values: Accessibility is force enabled (accessibility should always be enabled): -1 Accessibility is enabled (will be started upon a request, default value): 0 Accessibility is force disabled (never enable accessibility): 1 69900
nsAccessibilityService.h Return focus manager. 20112
nsAccessiblePivot.cpp An object that stores a given traversal rule during the pivot movement. 16344
nsAccessiblePivot.h Class represents an accessible pivot. 4097
nsAccUtils.cpp 20411
nsAccUtils.h Set group attributes ('level', 'setsize', 'posinset'). 10379
nsCoreUtils.cpp 20209
nsCoreUtils.h Core utils. 11193
nsEventShell.cpp 2752
nsEventShell.h Used for everything about events. 2038
nsTextEquivUtils.cpp The accessible for which we are computing a text equivalent. It is useful for bailing out during recursive text computation, or for special cases like step f. of the ARIA implementation guide. 11830
nsTextEquivUtils.h Text equivalent computation rules (see nsTextEquivUtils::gRoleToNameRulesMap) 6172
Pivot.cpp 22203
Pivot.h This rule matches accessibles on a given role, filtering out non-direct descendants if necessary. 4839
Platform.h Return the platform disabled state. 4812
Relation.h A collection of relation targets of a certain type. Targets are computed lazily while enumerating. 2620
RelationType.h This object is labelled by a target object. 4156
RelationTypeMap.h Usage: declare the macro RELATIONTYPE()with the following arguments: RELATIONTYPE(geckoType, geckoTypeName, atkType, msaaType, ia2Type) 3989
Role.h @note Make sure to update the localized role names when changing the list. @note When adding a new role, be sure to also add it to base/RoleMap.h and update nsIAccessibleRole. 26265
RoleMap.h Usage: declare the macro ROLE()with the following arguments: ROLE(geckoRole, stringRole, ariaRole, atkRole, macRole, macSubrole, msaaRole, ia2Role, nameRule) 51631
SelectionManager.cpp 9304
SelectionManager.h This special accessibility class is for the caret and selection management. There is only 1 visible caret per top level window. However, there may be several visible selections. The important selections are the one owned by each document, and the one in the currently focused control. On Windows this class is used to move an invisible system caret that shadows the Mozilla caret. Windows will also automatically map this to the MSAA caret accessible object (via OBJID_CARET) (as opposed to the root accessible tree for a window which is retrieved with OBJID_CLIENT). For ATK and IAccessible2, this class is used to fire caret move and selection change events. 3884
States.h The object is disabled, opposite to enabled and sensitive. 7581
Statistics.h Report that ISimpleDOM* has been used. 1080
StyleInfo.cpp 1781
StyleInfo.h 817
TextAttrs.cpp 29200
TextAttrs.h Used to expose text attributes for the hyper text accessible (see HyperTextAccessible class). @note "invalid: spelling" text attribute is implemented entirely in HyperTextAccessible class. 14400
TextLeafRange.cpp Helpers ** 71287
TextLeafRange.h Represents a point within accessible text. This is stored as a leaf Accessible and an offset into that Accessible. For an empty Accessible, the offset will always be 0. This will eventually replace TextPoint. Unlike TextPoint, this does not use HyperTextAccessible offsets. 12017
TextRange-inl.h 795
TextRange.cpp Returns a text point for aAcc within aContainer. 16471
TextRange.h A text point (HyperText + offset), represents a boundary of text range. In new code, This should only be used when you explicitly need to deal with HyperText containers and offsets, including embedded objects; e.g. for IAccessible2 and ATK. Otherwise, use TextLeafPoint instead. 6139
TextUpdater.cpp 7369
TextUpdater.h Used to find a difference between old and new text and fire text change events. 2785
TreeWalker.cpp 10069
TreeWalker.h This class is used to walk the DOM tree to create accessible tree. 3985
XULMap.h 4756