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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityObject.cpp 266 bool AccessibilityObject::lastKnownIsIgnoredValue()
805 if (lastKnownIsIgnoredValue() != isIgnored) {
AccessibilityObject.h 370 bool lastKnownIsIgnoredValue();
AXObjectCache.cpp 642 if (notification == AXChildrenChanged && obj->parentObjectIfExists() && obj->lastKnownIsIgnoredValue() != obj->accessibilityIsIgnored())

Completed in 128 milliseconds