OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StyleStrokeData
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/style/
SVGRenderStyleDefs.cpp
71
StyleStrokeData
::
StyleStrokeData
()
81
StyleStrokeData
::
StyleStrokeData
(const
StyleStrokeData
& other)
82
: RefCounted<
StyleStrokeData
>()
92
bool
StyleStrokeData
::operator==(const
StyleStrokeData
& other) const
SVGRenderStyleDefs.h
116
class
StyleStrokeData
: public RefCounted<
StyleStrokeData
> {
118
static PassRefPtr<
StyleStrokeData
> create() { return adoptRef(new
StyleStrokeData
); }
119
PassRefPtr<
StyleStrokeData
> copy() const { return adoptRef(new
StyleStrokeData
(*this)); }
121
bool operator==(const
StyleStrokeData
&) const;
122
bool operator!=(const
StyleStrokeData
& other) const
137
StyleStrokeData
();
138
StyleStrokeData
(const StyleStrokeData&)
[
all
...]
Completed in 20 milliseconds