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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPatternElement.h 57 SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternUnits() { return m_patternUnits.get(); }
59 const SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternUnits() const { return m_patternUnits.get(); }
PatternAttributes.h 61 SVGUnitTypes::SVGUnitType patternUnits() const { return m_patternUnits; }

Completed in 130 milliseconds