Home
last modified time | relevance | path

Searched refs:isSVGForeignObject (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGForeignObject.h51 virtual bool isSVGForeignObject() const { return true; } in isSVGForeignObject() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h445 virtual bool isSVGForeignObject() const { return false; } in isSVGForeignObject() function
721 …return isRenderView() || (hasTransform() && isRenderBlock()) || isSVGForeignObject() || isOutOfFlo… in canContainFixedPositionObjects()
725 return isRenderView() || (hasTransform() && isRenderBlock()) || isSVGForeignObject(); in canContainAbsolutePositionObjects()