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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPatternElement.h57 SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternUnits() { return m_patternUnits.get(); } function in class:blink::FINAL
59 const SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternUnits() const { return m_patternUnits.get(); } function in class:blink::FINAL
H A DPatternAttributes.h61 SVGUnitTypes::SVGUnitType patternUnits() const { return m_patternUnits; } function in struct:blink::PatternAttributes

Completed in 103 milliseconds