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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.h 68 struct CachedAXObjectAttributes {
69 CachedAXObjectAttributes() : ignored(DefaultBehavior) { }
74 HashMap<AXID, CachedAXObjectAttributes> m_idMapping;
AXObjectCache.cpp 86 HashMap<AXID, CachedAXObjectAttributes>::const_iterator it = m_idMapping.find(id);
92 HashMap<AXID, CachedAXObjectAttributes>::iterator it = m_idMapping.find(id);
96 CachedAXObjectAttributes attributes;

Completed in 900 milliseconds