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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXScrollView.h 71 virtual AXObject* parentObjectIfExists() const OVERRIDE;
AXNodeObject.h 176 virtual AXObject* parentObjectIfExists() const OVERRIDE;
AXRenderObject.h 162 virtual AXObject* parentObjectIfExists() const OVERRIDE;
AXScrollView.cpp 220 AXObject* AXScrollView::parentObjectIfExists() const
AXObject.h 480 virtual AXObject* parentObjectIfExists() const { return 0; }
AXNodeObject.cpp     [all...]
AXObjectCache.cpp 660 bool parentAlreadyExists = obj->parentObjectIfExists();
721 if (notification == AXChildrenChanged && obj->parentObjectIfExists() && obj->lastKnownIsIgnoredValue() != obj->accessibilityIsIgnored())
AXObject.cpp 823 if (AXObject* parent = parentObjectIfExists())
AXRenderObject.cpp     [all...]

Completed in 58 milliseconds