Searched refs:CachedAXObjectAttributes (Results 1 – 2 of 2) sorted by relevance
68 struct CachedAXObjectAttributes { struct69 CachedAXObjectAttributes() : ignored(DefaultBehavior) { } in CachedAXObjectAttributes() argument74 HashMap<AXID, CachedAXObjectAttributes> m_idMapping; argument
86 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()