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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.h 200 AXComputedObjectAttributeCache* computedObjectAttributeCache() { return m_computedObjectAttributeCache.get(); }
220 OwnPtr<AXComputedObjectAttributeCache> m_computedObjectAttributeCache;
AXObjectCache.cpp 114 m_computedObjectAttributeCache = AXComputedObjectAttributeCache::create();
733 m_computedObjectAttributeCache->clear();
754 m_computedObjectAttributeCache->clear();
772 m_computedObjectAttributeCache->clear();
818 m_computedObjectAttributeCache->clear();
828 m_computedObjectAttributeCache->clear();
853 m_computedObjectAttributeCache->clear();

Completed in 53 milliseconds