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

  /external/webkit/Source/WebCore/svg/
GradientAttributes.h 71 bool hasBoundingBoxMode() const { return m_boundingBoxModeSet; }
PatternAttributes.h 132 bool hasBoundingBoxMode() const { return m_boundingBoxModeSet; }
SVGLinearGradientElement.cpp 150 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::gradientUnitsAttr))
SVGRadialGradientElement.cpp 161 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::gradientUnitsAttr))
SVGPatternElement.cpp 260 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::patternUnitsAttr))

Completed in 94 milliseconds