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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPatternElement.h 58 SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternContentUnits() { return m_patternContentUnits.get(); }
60 const SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternContentUnits() const { return m_patternContentUnits.get(); }
PatternAttributes.h 62 SVGUnitTypes::SVGUnitType patternContentUnits() const { return m_patternContentUnits; }

Completed in 96 milliseconds