OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StyleStopData
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyleDefs.cpp
116
StyleStopData
::
StyleStopData
()
122
StyleStopData
::
StyleStopData
(const
StyleStopData
& other)
123
: RefCounted<
StyleStopData
>()
129
bool
StyleStopData
::operator==(const
StyleStopData
& other) const
SVGRenderStyleDefs.h
165
class
StyleStopData
: public RefCounted<
StyleStopData
> {
167
static PassRefPtr<
StyleStopData
> create() { return adoptRef(new
StyleStopData
); }
168
PassRefPtr<
StyleStopData
> copy() const { return adoptRef(new
StyleStopData
(*this)); }
170
bool operator==(const
StyleStopData
&) const;
171
bool operator!=(const
StyleStopData
& other) const
180
StyleStopData
();
181
StyleStopData
(const StyleStopData&)
[
all
...]
Completed in 867 milliseconds