Home
last modified time | relevance | path

Searched refs:CachedAXObjectAttributes (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObjectCache.h68 struct CachedAXObjectAttributes { struct
69 CachedAXObjectAttributes() : ignored(DefaultBehavior) { } in CachedAXObjectAttributes() argument
74 HashMap<AXID, CachedAXObjectAttributes> m_idMapping; argument
DAXObjectCache.cpp86 HashMap<AXID, CachedAXObjectAttributes>::const_iterator it = m_idMapping.find(id); in getIgnored()
92 HashMap<AXID, CachedAXObjectAttributes>::iterator it = m_idMapping.find(id); in setIgnored()
96 CachedAXObjectAttributes attributes; in setIgnored()