Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObject.cpp135 , 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()
DAXObject.h562 AXObjectInclusion m_lastKnownIsIgnoredValue; variable