OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StyleStopData
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebCore/rendering/style/
SVGRenderStyleDefs.h
175
class
StyleStopData
: public RefCounted<
StyleStopData
> {
177
static PassRefPtr<
StyleStopData
> create() { return adoptRef(new
StyleStopData
); }
178
PassRefPtr<
StyleStopData
> copy() const { return adoptRef(new
StyleStopData
(*this)); }
180
bool operator==(const
StyleStopData
&other) const;
181
bool operator!=(const
StyleStopData
&other) const
190
StyleStopData
();
191
StyleStopData
(const StyleStopData&)
[
all
...]
SVGRenderStyleDefs.cpp
100
StyleStopData
::
StyleStopData
()
106
StyleStopData
::
StyleStopData
(const
StyleStopData
& other)
107
: RefCounted<
StyleStopData
>()
113
bool
StyleStopData
::operator==(const
StyleStopData
&other) const
SVGRenderStyle.h
178
DataRef<
StyleStopData
> stops;
Completed in 33 milliseconds