OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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