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/
AXObject.cpp 322 bool AXObject::lastKnownIsIgnoredValue()
819 if (lastKnownIsIgnoredValue() != isIgnored) {
AXObject.h 393 bool lastKnownIsIgnoredValue();
AXObjectCache.cpp 719 if (notification == AXChildrenChanged && obj->parentObjectIfExists() && obj->lastKnownIsIgnoredValue() != obj->accessibilityIsIgnored())

Completed in 1581 milliseconds