Home | History | Annotate | Download | only in dom

Lines Matching defs:axObjectCache

46 #include "core/accessibility/AXObjectCache.h"
2257 AXObjectCache* Document::existingAXObjectCache() const
2267 AXObjectCache* Document::axObjectCache() const
2273 // The only document that actually has a AXObjectCache is the top-level
2279 axObjectCache.
2285 cacheOwner.m_axObjectCache = adoptPtr(new AXObjectCache(cacheOwner));
2571 if (AXObjectCache* cache = axObjectCache()) {
2574 cache->postNotification(renderView(), AXObjectCache::AXLoadComplete, true);
2578 cache->postNotification(renderView(), AXObjectCache::AXLayoutComplete, true);
3635 if (AXObjectCache* cache = axObjectCache())