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