HomeSort by relevance Sort by last modified time
    Searched refs:AXComputedObjectAttributeCache (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.h 57 class AXComputedObjectAttributeCache {
59 static PassOwnPtr<AXComputedObjectAttributeCache> create() { return adoptPtr(new AXComputedObjectAttributeCache()); }
67 AXComputedObjectAttributeCache() { }
201 AXComputedObjectAttributeCache* computedObjectAttributeCache() { return m_computedObjectAttributeCache.get(); }
221 OwnPtr<AXComputedObjectAttributeCache> m_computedObjectAttributeCache;
AXObjectCache.cpp 85 AXObjectInclusion AXComputedObjectAttributeCache::getIgnored(AXID id) const
91 void AXComputedObjectAttributeCache::setIgnored(AXID id, AXObjectInclusion inclusion)
103 void AXComputedObjectAttributeCache::clear()
112 m_computedObjectAttributeCache = AXComputedObjectAttributeCache::create();
AXObject.cpp 261 AXComputedObjectAttributeCache* attributeCache = cache->computedObjectAttributeCache();

Completed in 56 milliseconds