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

/external/webkit/Source/WebCore/svg/
H A DSVGPatternElement.h51 void collectPatternAttributes(PatternAttributes&) const;
H A DSVGPatternElement.cpp236 void SVGPatternElement::collectPatternAttributes(PatternAttributes& attributes) const function in class:WebCore::SVGPatternElement
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourcePattern.cpp81 // Otherwhise the call to collectPatternAttributes() below, may cause the SVG DOM property
92 patternElement->collectPatternAttributes(m_attributes);
H A DSVGRenderTreeAsText.cpp597 static_cast<SVGPatternElement*>(pattern->node())->collectPatternAttributes(attributes);

Completed in 111 milliseconds