OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGTRefElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGTRefElement.h
30
class
SVGTRefElement
: public SVGTextPositioningElement,
33
static PassRefPtr<
SVGTRefElement
> create(const QualifiedName&, Document*);
36
SVGTRefElement
(const QualifiedName&, Document*);
SVGTRefElement.cpp
24
#include "
SVGTRefElement
.h"
36
DEFINE_ANIMATED_STRING(
SVGTRefElement
, XLinkNames::hrefAttr, Href, href)
38
inline
SVGTRefElement
::
SVGTRefElement
(const QualifiedName& tagName, Document* document)
43
PassRefPtr<
SVGTRefElement
>
SVGTRefElement
::create(const QualifiedName& tagName, Document* document)
45
return adoptRef(new
SVGTRefElement
(tagName, document));
48
void
SVGTRefElement
::updateReferencedText()
58
void
SVGTRefElement
::parseMappedAttribute(Attribute* attr)
68
void
SVGTRefElement
::svgAttributeChanged(const QualifiedName& attrName
[
all
...]
Completed in 50 milliseconds