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 485 virtual AXObject* parentObjectIfExists() const { return 0; }
AXObjectCache.cpp 658 bool parentAlreadyExists = obj->parentObjectIfExists();
719 if (notification == AXChildrenChanged && obj->parentObjectIfExists() && obj->lastKnownIsIgnoredValue() != obj->accessibilityIsIgnored())
AXObject.cpp 827 if (AXObject* parent = parentObjectIfExists())
AXNodeObject.cpp     [all...]
AXRenderObject.cpp     [all...]

Completed in 683 milliseconds