Lines Matching refs:AXObjectCache
29 #include "AXObjectCache.h"
1631 AXObjectCache* Document::axObjectCache() const
1636 // The only document that actually has a AXObjectCache is the top-level
1664 return doc->axObjectCache();
1667 m_axObjectCache = new AXObjectCache;
1904 if (f && renderObject && this == topDocument() && AXObjectCache::accessibilityEnabled()) {
1909 axObjectCache()->getOrCreate(renderObject);
1910 axObjectCache()->postNotification(renderObject, AXObjectCache::AXLoadComplete, true);
2920 if (!focusChangeBlocked && m_focusedNode && AXObjectCache::accessibilityEnabled()) {
2929 axObjectCache()->handleFocusedUIElementChanged(oldFocusedRenderer, newFocusedRenderer);