Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGTransformableContainer.h33 virtual bool isSVGTransformableContainer() const { return true; } in isSVGTransformableContainer() function
DSVGRenderSupport.cpp199 if (ancestor->isSVGTransformableContainer()) in transformToRootChanged()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h434 virtual bool isSVGTransformableContainer() const { return false; } in isSVGTransformableContainer() function