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 69 struct CachedAXObjectAttributes {
70 CachedAXObjectAttributes() : ignored(DefaultBehavior) { }
75 HashMap<AXID, CachedAXObjectAttributes> m_idMapping;
AXObjectCache.cpp 87 HashMap<AXID, CachedAXObjectAttributes>::const_iterator it = m_idMapping.find(id);
93 HashMap<AXID, CachedAXObjectAttributes>::iterator it = m_idMapping.find(id);
97 CachedAXObjectAttributes attributes;

Completed in 42 milliseconds