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.cpp220 AXObject* AXScrollView::parentObjectIfExists() const in parentObjectIfExists() function in blink::AXScrollView
DAXNodeObject.cpp1307 AXObject* AXNodeObject::parentObjectIfExists() const in parentObjectIfExists() function in blink::AXNodeObject
DAXRenderObject.cpp1366 AXObject* AXRenderObject::parentObjectIfExists() const in parentObjectIfExists() function in blink::AXRenderObject
DAXObject.h485 virtual AXObject* parentObjectIfExists() const { return 0; } in parentObjectIfExists() function