OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasGradientTransform
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
GradientAttributes.h
69
bool
hasGradientTransform
() const { return m_gradientTransformSet; }
SVGLinearGradientElement.cpp
137
if (!attributes.
hasGradientTransform
() && current->hasAttribute(SVGNames::gradientTransformAttr)) {
SVGRadialGradientElement.cpp
148
if (!attributes.
hasGradientTransform
() && current->hasAttribute(SVGNames::gradientTransformAttr)) {
Completed in 283 milliseconds