OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StyleStrokeData
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebCore/rendering/style/
SVGRenderStyleDefs.h
150
class
StyleStrokeData
: public RefCounted<
StyleStrokeData
> {
152
static PassRefPtr<
StyleStrokeData
> create() { return adoptRef(new
StyleStrokeData
); }
153
PassRefPtr<
StyleStrokeData
> copy() const { return adoptRef(new
StyleStrokeData
(*this)); }
155
bool operator==(const
StyleStrokeData
&) const;
156
bool operator!=(const
StyleStrokeData
& other) const
171
StyleStrokeData
();
172
StyleStrokeData
(const StyleStrokeData&)
[
all
...]
SVGRenderStyleDefs.cpp
69
StyleStrokeData
::
StyleStrokeData
()
79
StyleStrokeData
::
StyleStrokeData
(const
StyleStrokeData
& other)
80
: RefCounted<
StyleStrokeData
>()
90
bool
StyleStrokeData
::operator==(const
StyleStrokeData
&other) const
SVGRenderStyle.h
173
DataRef<
StyleStrokeData
> stroke;
Completed in 10 milliseconds