Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGForeignObject.h54 virtual bool isSVGForeignObject() const { return true; } in isSVGForeignObject() function
/external/webkit/Source/WebCore/rendering/
DRenderObject.h345 virtual bool isSVGForeignObject() const { return false; } in isSVGForeignObject() function
DRenderObject.cpp638 … if (o->isSVGForeignObject()) //foreignObject is the containing block for contents inside it in containingBlock()
2056 … if (o->isSVGForeignObject()) // foreignObject is the containing block for contents inside it in container()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2956018 (WebCore::RenderForeignObject::isSVGForeignObject):
56022 (WebCore::RenderObject::isSVGForeignObject):