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

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGResourcesCycleSolver.cpp112 HashSet<RenderSVGResourceContainer*> parentResources; local
116 parentResources.add(parent->toRenderSVGResourceContainer());
129 end = parentResources.end();
130 for (HashSet<RenderSVGResourceContainer*>::iterator it = parentResources.begin(); it != end; ++it)
137 HashSet<RenderSVGResourceContainer*>::iterator end = parentResources.end();
138 for (HashSet<RenderSVGResourceContainer*>::iterator it = parentResources.begin(); it != end; ++it)
152 if (parentResources.contains(resource) || resourceContainsCycles(resource))

Completed in 66 milliseconds