Home | History | Annotate | Download | only in src

Lines Matching refs:AXObjectCache

35 #include "AXObjectCache.h"
111 // Converts a WebCore::AXObjectCache::AXNotification to a WebKit::WebAccessibilityNotification
112 static WebAccessibilityNotification toWebAccessibilityNotification(AXObjectCache::AXNotification notification)
115 case AXObjectCache::AXActiveDescendantChanged:
117 case AXObjectCache::AXCheckedStateChanged:
119 case AXObjectCache::AXChildrenChanged:
121 case AXObjectCache::AXFocusedUIElementChanged:
123 case AXObjectCache::AXLayoutComplete:
125 case AXObjectCache::AXLoadComplete:
127 case AXObjectCache::AXSelectedChildrenChanged:
129 case AXObjectCache::AXSelectedTextChanged:
131 case AXObjectCache::AXValueChanged:
133 case AXObjectCache::AXScrolledToAnchor:
135 case AXObjectCache::AXLiveRegionChanged:
137 case AXObjectCache::AXMenuListValueChanged:
139 case AXObjectCache::AXRowCountChanged:
141 case AXObjectCache::AXRowCollapsed:
143 case AXObjectCache::AXRowExpanded:
801 void ChromeClientImpl::postAccessibilityNotification(AccessibilityObject* obj, AXObjectCache::AXNotification notification)