OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasStops
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
GradientAttributes.h
70
bool
hasStops
() const { return m_stopsSet; }
SVGLinearGradientElement.cpp
143
if (!attributes.
hasStops
()) {
SVGRadialGradientElement.cpp
154
if (!attributes.
hasStops
()) {
Completed in 48 milliseconds