Home | History | Annotate | Download | only in accessibility

Lines Matching refs:axObjectCache

32 #include "AXObjectCache.h"
98 ASSERT(AXObjectCache::accessibilityEnabled());
107 AXObjectCache* cache = document->axObjectCache();
396 AccessibilityObject* object = replacedNode->renderer()->document()->axObjectCache()->getOrCreate(replacedNode->renderer());
653 return obj->document()->axObjectCache()->getOrCreate(obj);
758 RefPtr<AccessibilityObject> axObj = obj->document()->axObjectCache()->getOrCreate(obj);
767 return anchorRenderer->document()->axObjectCache()->getOrCreate(anchorRenderer);
1024 return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
1030 AXObjectCache* AccessibilityObject::axObjectCache() const
1034 return doc->axObjectCache();
1048 return AXObjectCache::focusedUIElementForPage(page);