HomeSort by relevance Sort by last modified time
    Searched refs:m_lastKnownIsIgnoredValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 135 , m_lastKnownIsIgnoredValue(DefaultBehavior)
324 if (m_lastKnownIsIgnoredValue == DefaultBehavior)
325 m_lastKnownIsIgnoredValue = accessibilityIsIgnored() ? IgnoreObject : IncludeObject;
327 return m_lastKnownIsIgnoredValue == IgnoreObject;
332 m_lastKnownIsIgnoredValue = isIgnored ? IgnoreObject : IncludeObject;
AXObject.h 565 AXObjectInclusion m_lastKnownIsIgnoredValue;

Completed in 315 milliseconds