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/Source/WebCore/rendering/style/
SVGRenderStyleDefs.h
141
class
StyleStopData
: public RefCounted<
StyleStopData
> {
143
static PassRefPtr<
StyleStopData
> create() { return adoptRef(new
StyleStopData
); }
144
PassRefPtr<
StyleStopData
> copy() const { return adoptRef(new
StyleStopData
(*this)); }
146
bool operator==(const
StyleStopData
&) const;
147
bool operator!=(const
StyleStopData
& other) const
156
StyleStopData
();
157
StyleStopData
(const StyleStopData&)
[
all
...]
SVGRenderStyleDefs.cpp
102
StyleStopData
::
StyleStopData
()
108
StyleStopData
::
StyleStopData
(const
StyleStopData
& other)
109
: RefCounted<
StyleStopData
>()
115
bool
StyleStopData
::operator==(const
StyleStopData
& other) const
SVGRenderStyle.h
392
DataRef<
StyleStopData
> stops;
Completed in 30 milliseconds