Home
last modified time | relevance | path

Searched defs:parentObjectIfExists (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXScrollView.cpp219 AXObject* AXScrollView::parentObjectIfExists() const in parentObjectIfExists() function in WebCore::AXScrollView
DAXNodeObject.cpp1292 AXObject* AXNodeObject::parentObjectIfExists() const in parentObjectIfExists() function in WebCore::AXNodeObject
DAXRenderObject.cpp1336 AXObject* AXRenderObject::parentObjectIfExists() const in parentObjectIfExists() function in WebCore::AXRenderObject
DAXObject.h482 virtual AXObject* parentObjectIfExists() const { return 0; } in parentObjectIfExists() function