OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGTSpanElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGTSpanElement.h
29
class
SVGTSpanElement
: public SVGTextPositioningElement {
31
static PassRefPtr<
SVGTSpanElement
> create(const QualifiedName&, Document*);
34
SVGTSpanElement
(const QualifiedName&, Document*);
SVGTSpanElement.cpp
24
#include "
SVGTSpanElement
.h"
32
inline
SVGTSpanElement
::
SVGTSpanElement
(const QualifiedName& tagName, Document* document)
37
PassRefPtr<
SVGTSpanElement
>
SVGTSpanElement
::create(const QualifiedName& tagName, Document* document)
39
return adoptRef(new
SVGTSpanElement
(tagName, document));
42
RenderObject*
SVGTSpanElement
::createRenderer(RenderArena* arena, RenderStyle*)
47
bool
SVGTSpanElement
::childShouldCreateRenderer(Node* child) const
61
bool
SVGTSpanElement
::rendererIsNeeded(RenderStyle* style)
76
AttributeToPropertyTypeMap&
SVGTSpanElement
::attributeToPropertyTypeMap(
[
all
...]
Completed in 46 milliseconds