OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGPolyElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/svg/
SVGPolyElement.h
33
class
SVGPolyElement
: public SVGStyledTransformableElement,
39
SVGPolyElement
(const QualifiedName&, Document*);
40
virtual ~
SVGPolyElement
();
56
DECLARE_ANIMATED_PROPERTY(
SVGPolyElement
, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)
SVGPolyElement.cpp
24
#include "
SVGPolyElement
.h"
36
SVGPolyElement
::
SVGPolyElement
(const QualifiedName& tagName, Document* doc)
45
SVGPolyElement
::~
SVGPolyElement
()
49
SVGPointList*
SVGPolyElement
::points() const
57
SVGPointList*
SVGPolyElement
::animatedPoints() const
63
void
SVGPolyElement
::parseMappedAttribute(MappedAttribute* attr)
85
void
SVGPolyElement
::svgAttributeChanged(const QualifiedName& attrName)
104
void
SVGPolyElement
::synchronizeProperty(const QualifiedName& attrName
[
all
...]
Completed in 105 milliseconds