Searched defs:RenderSVGResource (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResource.h54 class RenderSVGResource { class in namespace:WebCore
56 RenderSVGResource() { } function in class:WebCore::RenderSVGResource
57 virtual ~RenderSVGResource() { }
78 static RenderSVGResource* fillPaintingResource(RenderObject*, const RenderStyle*, bool& hasFallback);
79 static RenderSVGResource* strokePaintingResource(RenderObject*, const RenderStyle*, bool& hasFallback);
86 DEFINE_TYPE_CASTS(thisType, RenderSVGResource, resource, resource->resourceType() == typeName, resource.resourceType() == typeName)

Completed in 103 milliseconds