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/
AccessibilityObject.cpp 133 , m_lastKnownIsIgnoredValue(DefaultBehavior)
268 if (m_lastKnownIsIgnoredValue == DefaultBehavior)
269 m_lastKnownIsIgnoredValue = accessibilityIsIgnored() ? IgnoreObject : IncludeObject;
271 return m_lastKnownIsIgnoredValue == IgnoreObject;
276 m_lastKnownIsIgnoredValue = isIgnored ? IgnoreObject : IncludeObject;
AccessibilityObject.h 542 AccessibilityObjectInclusion m_lastKnownIsIgnoredValue;

Completed in 294 milliseconds