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

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGResources.h41 class SVGResources { class in namespace:WebCore
42 WTF_MAKE_NONCOPYABLE(SVGResources); WTF_MAKE_FAST_ALLOCATED;
44 SVGResources();
H A DSVGResources.cpp21 #include "SVGResources.h"
38 SVGResources::SVGResources() function in class:WebCore::SVGResources
186 bool SVGResources::buildCachedResources(const RenderObject* object, const SVGRenderStyle* style)
289 void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const
330 void SVGResources::resourceDestroyed(RenderSVGResourceContainer* resource)
409 void SVGResources::buildSetOfResources(HashSet<RenderSVGResourceContainer*>& set)
450 bool SVGResources::setClipper(RenderSVGResourceClipper* clipper)
464 void SVGResources::resetClipper()
472 bool SVGResources
[all...]

Completed in 176 milliseconds