Home
last modified time | relevance | path

Searched refs:hasBoundingBoxMode (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/svg/
DGradientAttributes.h71 bool hasBoundingBoxMode() const { return m_boundingBoxModeSet; } in hasBoundingBoxMode() function
DPatternAttributes.h132 bool hasBoundingBoxMode() const { return m_boundingBoxModeSet; } in hasBoundingBoxMode() function
DSVGLinearGradientElement.cpp150 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::gradientUnitsAttr)) in collectGradientAttributes()
DSVGRadialGradientElement.cpp161 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::gradientUnitsAttr)) in collectGradientAttributes()
DSVGPatternElement.cpp260 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::patternUnitsAttr)) in collectPatternAttributes()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1470394 (WebCore::GradientAttributes::hasBoundingBoxMode):
70433 (WebCore::PatternAttributes::hasBoundingBoxMode):