HomeSort by relevance Sort by last modified time
    Searched refs:SVG_UNIT_TYPE_USERSPACEONUSE (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUnitTypes.idl 32 const unsigned short SVG_UNIT_TYPE_USERSPACEONUSE = 1;
SVGUnitTypes.h 35 SVG_UNIT_TYPE_USERSPACEONUSE = 1,
SVGUnitTypes.cpp 40 entries.append(std::make_pair(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE, "userSpaceOnUse"));
SVGClipPathElement.cpp 32 , m_clipPathUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::clipPathUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE))
SVGLengthContext.cpp 59 if (type == SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE) {
78 if (type == SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE) {
92 if (type == SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE) {
PatternAttributes.h 40 , m_patternContentUnits(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE)
SVGFilterElement.cpp 42 , m_primitiveUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::primitiveUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE))
SVGMaskElement.cpp 40 , m_maskContentUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::maskContentUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE))
SVGPatternElement.cpp 45 , m_patternContentUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::patternContentUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.cpp 165 if (!target->isSVG() && clipPathUnits() == SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE) {

Completed in 199 milliseconds