Home
last modified time | relevance | path

Searched refs:isAXSVGRoot (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXSVGRoot.h50 virtual bool isAXSVGRoot() const OVERRIDE { return true; } in isAXSVGRoot() function
53 DEFINE_AX_OBJECT_TYPE_CASTS(AXSVGRoot, isAXSVGRoot());
DAXObject.h302 virtual bool isAXSVGRoot() const { return false; } in isAXSVGRoot() function
DAXRenderObject.cpp2090 ASSERT(rootSVGObject && rootSVGObject->isAXSVGRoot()); in remoteSVGRootElement()
2091 if (!rootSVGObject->isAXSVGRoot()) in remoteSVGRootElement()
2112 if (parent->isAXSVGRoot()) { in offsetBoundingBoxForRemoteSVGElement()