OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGGlyphElement
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGGlyphElement.idl
28
interface [Conditional=SVG&SVG_FONTS]
SVGGlyphElement
: SVGElement {
SVGGlyphElement.cpp
25
#include "
SVGGlyphElement
.h"
40
inline
SVGGlyphElement
::
SVGGlyphElement
(const QualifiedName& tagName, Document* document)
45
PassRefPtr<
SVGGlyphElement
>
SVGGlyphElement
::create(const QualifiedName& tagName, Document* document)
47
return adoptRef(new
SVGGlyphElement
(tagName, document));
50
void
SVGGlyphElement
::invalidateGlyphCache()
59
void
SVGGlyphElement
::parseMappedAttribute(Attribute* attr)
67
void
SVGGlyphElement
::insertedIntoDocument()
73
void
SVGGlyphElement
::removedFromDocument(
[
all
...]
SVGAltGlyphElement.h
31
class
SVGGlyphElement
;
43
SVGGlyphElement
* glyphElement() const;
SVGGlyphElement.h
103
class
SVGGlyphElement
: public SVGStyledElement {
105
static PassRefPtr<
SVGGlyphElement
> create(const QualifiedName&, Document*);
113
// Helper function shared between
SVGGlyphElement
& SVGMissingGlyphElement
117
SVGGlyphElement
(const QualifiedName&, Document*);
SVGAltGlyphElement.cpp
30
#include "
SVGGlyphElement
.h"
103
SVGGlyphElement
* SVGAltGlyphElement::glyphElement() const
108
return static_cast<
SVGGlyphElement
*>(elt);
SVGFontElement.cpp
30
#include "
SVGGlyphElement
.h"
88
SVGGlyphElement
* glyph = static_cast<
SVGGlyphElement
*>(child);
SVGFont.cpp
35
#include "
SVGGlyphElement
.h"
261
SVGGlyphElement
* glyphElement = static_cast<SVGAltGlyphElement*>(parentRenderer->node())->glyphElement();
297
SVGGlyphElement
::inheritUnspecifiedAttributes(identifier, m_fontData);
306
identifier =
SVGGlyphElement
::buildGenericGlyphIdentifier(element);
307
SVGGlyphElement
::inheritUnspecifiedAttributes(identifier, m_fontData);
/external/webkit/Source/WebCore/page/
DOMWindow.idl
[
all
...]
/external/webkit/Source/WebCore/
Android.mk
[
all
...]
Completed in 79 milliseconds