Searched defs:parentObjectIfExists (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ | ||
D | AXScrollView.cpp | 219 AXObject* AXScrollView::parentObjectIfExists() const in parentObjectIfExists() function in WebCore::AXScrollView |
D | AXNodeObject.cpp | 1292 AXObject* AXNodeObject::parentObjectIfExists() const in parentObjectIfExists() function in WebCore::AXNodeObject |
D | AXRenderObject.cpp | 1336 AXObject* AXRenderObject::parentObjectIfExists() const in parentObjectIfExists() function in WebCore::AXRenderObject |
D | AXObject.h | 482 virtual AXObject* parentObjectIfExists() const { return 0; } in parentObjectIfExists() function |