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/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyleDefs.h
141
class
StyleStrokeData
: public RefCounted<
StyleStrokeData
> {
143
static PassRefPtr<
StyleStrokeData
> create() { return adoptRef(new
StyleStrokeData
); }
144
PassRefPtr<
StyleStrokeData
> copy() const { return adoptRef(new
StyleStrokeData
(*this)); }
146
bool operator==(const
StyleStrokeData
&) const;
147
bool operator!=(const
StyleStrokeData
& other) const
167
StyleStrokeData
();
168
StyleStrokeData
(const StyleStrokeData&)
[
all
...]
SVGRenderStyleDefs.cpp
70
StyleStrokeData
::
StyleStrokeData
()
85
StyleStrokeData
::
StyleStrokeData
(const
StyleStrokeData
& other)
86
: RefCounted<
StyleStrokeData
>()
101
bool
StyleStrokeData
::operator==(const
StyleStrokeData
& other) const
SVGRenderStyle.h
411
DataRef<
StyleStrokeData
> stroke;
Completed in 2340 milliseconds