Home | History | Annotate | Download | only in page

Lines Matching defs:axObjectCache

30 #include "AXObjectCache.h"
187 if (AXObjectCache::accessibilityEnabled() && axObjectCache())
188 axObjectCache()->remove(this);
1010 if (AXObjectCache::accessibilityEnabled())
1011 root->document()->axObjectCache()->postNotification(root, AXObjectCache::AXLayoutComplete, true);
1966 if (AXObjectCache::accessibilityEnabled())
1967 m_frame->document()->axObjectCache()->handleScrolledToAnchor(anchorNode.get());
2801 AXObjectCache* FrameView::axObjectCache() const
2804 return frame()->document()->axObjectCache();