Searched refs:m_lastKnownIsIgnoredValue (Results 1 – 2 of 2) sorted by relevance
135 , m_lastKnownIsIgnoredValue(DefaultBehavior) in AXObject()308 if (m_lastKnownIsIgnoredValue == DefaultBehavior) in lastKnownIsIgnoredValue()309 m_lastKnownIsIgnoredValue = accessibilityIsIgnored() ? IgnoreObject : IncludeObject; in lastKnownIsIgnoredValue()311 return m_lastKnownIsIgnoredValue == IgnoreObject; in lastKnownIsIgnoredValue()316 m_lastKnownIsIgnoredValue = isIgnored ? IgnoreObject : IncludeObject; in setLastKnownIsIgnoredValue()
562 AXObjectInclusion m_lastKnownIsIgnoredValue; variable