Home | History | Annotate | Download | only in accessibility

Lines Matching refs:axObjectCache

32 #include "core/accessibility/AXObjectCache.h"
157 AXObjectCache* AccessibilityObject::axObjectCache() const
161 return doc->axObjectCache();
221 AXComputedObjectAttributeCache* attributeCache = axObjectCache()->computedObjectAttributeCache();
449 return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
489 AXObjectCache* cache = document->axObjectCache();
534 return AXObjectCache::focusedUIElementForPage(page);
806 axObjectCache()->childrenChanged(parentObject());
871 AccessibilityObject* object = replacedNode->renderer()->document()->axObjectCache()->getOrCreate(replacedNode);