Searched refs:isSVGPath (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGPath.h59 virtual bool isSVGPath() const { return true; } function in class:WebCore::RenderSVGPath
89 ASSERT(!object || object->isSVGPath());
95 ASSERT(!object || object->isSVGPath());
H A DRenderSVGResourceClipper.cpp248 if (!renderer->isSVGPath() && !renderer->isSVGText())
290 if (!renderer->isSVGPath() && !renderer->isSVGText() && !renderer->isSVGShadowTreeRootContainer())
316 if (!renderer->isSVGPath() && !renderer->isSVGText() && !renderer->isSVGShadowTreeRootContainer())
H A DRenderSVGResourceContainer.cpp181 if (!object->isSVGPath())
H A DSVGRenderSupport.cpp223 if (child->isSVGPath())
H A DSVGRenderTreeAsText.cpp326 if (object.isSVGPath()) {
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h339 virtual bool isSVGPath() const { return false; } function in class:WebCore::RenderObject
H A DRenderTreeAsText.cpp519 if (o.isSVGPath()) {

Completed in 99 milliseconds