HomeSort by relevance Sort by last modified time
    Searched defs:SVGResourcesCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResourcesCache.h 35 class SVGResourcesCache {
36 WTF_MAKE_NONCOPYABLE(SVGResourcesCache); WTF_MAKE_FAST_ALLOCATED;
38 SVGResourcesCache();
39 ~SVGResourcesCache();
SVGResourcesCache.cpp 21 #include "core/rendering/svg/SVGResourcesCache.h"
31 SVGResourcesCache::SVGResourcesCache()
35 SVGResourcesCache::~SVGResourcesCache()
39 void SVGResourcesCache::addResourcesFromRenderObject(RenderObject* object, const RenderStyle* style)
69 void SVGResourcesCache::removeResourcesFromRenderObject(RenderObject* object)
85 static inline SVGResourcesCache* resourcesCacheFromRenderObject(const RenderObject* renderer)
93 SVGResourcesCache* cache = extensions->resourcesCache();
99 SVGResources* SVGResourcesCache::cachedResourcesForRenderObject(const RenderObject* renderer
    [all...]

Completed in 39 milliseconds