OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGStopElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGStopElement.h
30
class
SVGStopElement
: public SVGStyledElement {
32
static PassRefPtr<
SVGStopElement
> create(const QualifiedName&, Document*);
37
SVGStopElement
(const QualifiedName&, Document*);
SVGStopElement.cpp
24
#include "
SVGStopElement
.h"
36
DEFINE_ANIMATED_NUMBER(
SVGStopElement
, SVGNames::offsetAttr, Offset, offset)
38
inline
SVGStopElement
::
SVGStopElement
(const QualifiedName& tagName, Document* document)
44
PassRefPtr<
SVGStopElement
>
SVGStopElement
::create(const QualifiedName& tagName, Document* document)
46
return adoptRef(new
SVGStopElement
(tagName, document));
49
void
SVGStopElement
::parseMappedAttribute(Attribute* attr)
61
void
SVGStopElement
::svgAttributeChanged(const QualifiedName& attrName)
72
void
SVGStopElement
::synchronizeProperty(const QualifiedName& attrName
[
all
...]
Completed in 171 milliseconds