OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGAltGlyphElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGAltGlyphElement.h
33
class
SVGAltGlyphElement
: public SVGTextPositioningElement,
36
static PassRefPtr<
SVGAltGlyphElement
> create(const QualifiedName&, Document*);
46
SVGAltGlyphElement
(const QualifiedName&, Document*);
SVGAltGlyphElement.cpp
25
#include "
SVGAltGlyphElement
.h"
37
DEFINE_ANIMATED_STRING(
SVGAltGlyphElement
, XLinkNames::hrefAttr, Href, href)
39
inline
SVGAltGlyphElement
::
SVGAltGlyphElement
(const QualifiedName& tagName, Document* document)
44
PassRefPtr<
SVGAltGlyphElement
>
SVGAltGlyphElement
::create(const QualifiedName& tagName, Document* document)
46
return adoptRef(new
SVGAltGlyphElement
(tagName, document));
49
void
SVGAltGlyphElement
::synchronizeProperty(const QualifiedName& attrName)
57
AttributeToPropertyTypeMap&
SVGAltGlyphElement
::attributeToPropertyTypeMap()
63
void
SVGAltGlyphElement
::fillAttributeToPropertyTypeMap(
[
all
...]
Completed in 78 milliseconds