Searched refs:isSVGForeignObject (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGForeignObject.h54 virtual bool isSVGForeignObject() const { return true; } function in class:WebCore::RenderSVGForeignObject
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h345 virtual bool isSVGForeignObject() const { return false; } function in class:WebCore::RenderObject
H A DRenderObject.cpp638 if (o->isSVGForeignObject()) //foreignObject is the containing block for contents inside it
2056 if (o->isSVGForeignObject()) // foreignObject is the containing block for contents inside it

Completed in 273 milliseconds