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 56 class AXComputedObjectAttributeCache {
58 static PassOwnPtr<AXComputedObjectAttributeCache> create() { return adoptPtr(new AXComputedObjectAttributeCache()); }
66 AXComputedObjectAttributeCache() { }
194 AXComputedObjectAttributeCache* computedObjectAttributeCache() { return m_computedObjectAttributeCache.get(); }
214 OwnPtr<AXComputedObjectAttributeCache> m_computedObjectAttributeCache;
AXObjectCache.cpp 84 AXObjectInclusion AXComputedObjectAttributeCache::getIgnored(AXID id) const
90 void AXComputedObjectAttributeCache::setIgnored(AXID id, AXObjectInclusion inclusion)
102 void AXComputedObjectAttributeCache::clear()
114 m_computedObjectAttributeCache = AXComputedObjectAttributeCache::create();
AXObject.cpp 245 AXComputedObjectAttributeCache* attributeCache = axObjectCache()->computedObjectAttributeCache();

Completed in 32 milliseconds