OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGSymbolElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/svg/
SVGSymbolElement.cpp
23
#include "
SVGSymbolElement
.h"
30
SVGSymbolElement
::
SVGSymbolElement
(const QualifiedName& tagName, Document* doc)
38
SVGSymbolElement
::~
SVGSymbolElement
()
42
void
SVGSymbolElement
::parseMappedAttribute(MappedAttribute* attr)
54
void
SVGSymbolElement
::synchronizeProperty(const QualifiedName& attrName)
SVGSymbolElement.h
32
class
SVGSymbolElement
: public SVGStyledElement,
37
SVGSymbolElement
(const QualifiedName&, Document*);
38
virtual ~
SVGSymbolElement
();
46
DECLARE_ANIMATED_PROPERTY(
SVGSymbolElement
, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)
49
DECLARE_ANIMATED_PROPERTY(
SVGSymbolElement
, SVGNames::viewBoxAttr, FloatRect, ViewBox, viewBox)
50
DECLARE_ANIMATED_PROPERTY(
SVGSymbolElement
, SVGNames::preserveAspectRatioAttr, SVGPreserveAspectRatio, PreserveAspectRatio, preserveAspectRatio)
Completed in 28 milliseconds