OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGTextContentElement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.h
41
class
SVGTextContentElement
: public SVGGraphicsElement {
61
static
SVGTextContentElement
* elementFromRenderer(RenderObject*);
68
SVGTextContentElement
(const QualifiedName&, Document&);
91
DEFINE_SVGELEMENT_TYPE_CASTS_WITH_FUNCTION(
SVGTextContentElement
);
SVGTextContentElement.cpp
22
#include "core/svg/
SVGTextContentElement
.h"
49
//
SVGTextContentElement
's 'textLength' attribute needs special handling.
53
static PassRefPtr<SVGAnimatedTextLength> create(
SVGTextContentElement
* contextElement)
60
SVGTextContentElement
* textContentElement = toSVGTextContentElement(contextElement());
68
SVGAnimatedTextLength(
SVGTextContentElement
* contextElement)
75
SVGTextContentElement
::
SVGTextContentElement
(const QualifiedName& tagName, Document& document)
85
unsigned
SVGTextContentElement
::getNumberOfChars()
91
float
SVGTextContentElement
::getComputedTextLength()
97
float
SVGTextContentElement
::getSubStringLength(unsigned charnum, unsigned nchars, ExceptionState& exceptionState
[
all
...]
Completed in 1053 milliseconds