parentObjectIfExists 1524 Source/core/accessibility/AXNodeObject.cpp     for (AXObject* parent = this; parent; parent = parent->parentObjectIfExists()) {
parentObjectIfExists  175 Source/core/accessibility/AXNodeObject.h     virtual AXObject* parentObjectIfExists() const OVERRIDE;
parentObjectIfExists  840 Source/core/accessibility/AXObject.cpp     if (AXObject* parent = parentObjectIfExists())
parentObjectIfExists  485 Source/core/accessibility/AXObject.h     virtual AXObject* parentObjectIfExists() const { return 0; }
parentObjectIfExists  644 Source/core/accessibility/AXObjectCache.cpp     bool parentAlreadyExists = obj->parentObjectIfExists();
parentObjectIfExists  705 Source/core/accessibility/AXObjectCache.cpp         if (notification == AXChildrenChanged && obj->parentObjectIfExists() && obj->lastKnownIsIgnoredValue() != obj->accessibilityIsIgnored())
parentObjectIfExists  164 Source/core/accessibility/AXRenderObject.h     virtual AXObject* parentObjectIfExists() const OVERRIDE;
parentObjectIfExists   71 Source/core/accessibility/AXScrollView.h     virtual AXObject* parentObjectIfExists() const OVERRIDE;