OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGradientStop
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGStopElement.h
45
virtual bool
isGradientStop
() const { return true; }
SVGElement.h
81
virtual bool
isGradientStop
() const { return false; }
SVGGradientElement.cpp
155
if (!element || !element->
isGradientStop
())
Completed in 1322 milliseconds