Home | History | Annotate | Download | only in accessibility

Lines Matching refs:axObjectCache

30 #include "AXObjectCache.h"
70 bool AXObjectCache::gAccessibilityEnabled = false;
71 bool AXObjectCache::gAccessibilityEnhancedUserInterfaceEnabled = false;
73 AXObjectCache::AXObjectCache()
74 : m_notificationPostTimer(this, &AXObjectCache::notificationPostTimerFired)
78 AXObjectCache::~AXObjectCache()
89 AccessibilityObject* AXObjectCache::focusedImageMapUIElement(HTMLAreaElement* areaElement)
100 AccessibilityObject* axRenderImage = areaElement->document()->axObjectCache()->getOrCreate(imageElement->renderer());
118 AccessibilityObject* AXObjectCache::focusedUIElementForPage(const Page* page)
133 AccessibilityObject* obj = focusedNodeRenderer->document()->axObjectCache()->getOrCreate(focusedNodeRenderer);
147 AccessibilityObject* AXObjectCache::get(RenderObject* renderer)
162 bool AXObjectCache::nodeIsAriaType(Node* node, String role)
170 AccessibilityObject* AXObjectCache::getOrCreate(RenderObject* renderer)
231 AccessibilityObject* AXObjectCache::getOrCreate(AccessibilityRole role)
275 void AXObjectCache::remove(AXID axID)
296 void AXObjectCache::remove(RenderObject* renderer)
307 AXID AXObjectCache::platformGenerateAXID() const
323 AXID AXObjectCache::getAXID(AccessibilityObject* obj)
340 void AXObjectCache::removeAXID(AccessibilityObject* object)
355 void AXObjectCache::contentChanged(RenderObject* renderer)
363 void AXObjectCache::childrenChanged(RenderObject* renderer)
377 void AXObjectCache::notificationPostTimerFired(Timer<AXObjectCache>*)
402 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType)
423 void AXObjectCache::postNotification(AccessibilityObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType)
442 void AXObjectCache::selectedChildrenChanged(RenderObject* renderer)
449 void AXObjectCache::handleActiveDescendantChanged(RenderObject* renderer)
458 void AXObjectCache::handleAriaRoleChanged(RenderObject* renderer)
468 VisiblePosition AXObjectCache::visiblePositionForTextMarkerData(TextMarkerData& textMarkerData)
479 AXObjectCache* cache = renderer->document()->axObjectCache();
489 void AXObjectCache::textMarkerDataForVisiblePosition(TextMarkerData& textMarkerData, const VisiblePosition& visiblePos)
515 AXObjectCache* cache = renderer->document()->axObjectCache();