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/webkit/Source/WebCore/svg/
SVGTextContentElement.h
35
class
SVGTextContentElement
: public SVGStyledElement,
56
static
SVGTextContentElement
* elementFromRenderer(RenderObject*);
64
SVGTextContentElement
(const QualifiedName&, Document*);
SVGTextContentElement.cpp
24
#include "
SVGTextContentElement
.h"
40
DEFINE_ANIMATED_ENUMERATION(
SVGTextContentElement
, SVGNames::lengthAdjustAttr, LengthAdjust, lengthAdjust)
41
DEFINE_ANIMATED_BOOLEAN(
SVGTextContentElement
, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
43
SVGTextContentElement
::
SVGTextContentElement
(const QualifiedName& tagName, Document* document)
51
void
SVGTextContentElement
::synchronizeTextLength()
59
PassRefPtr<SVGAnimatedLength>
SVGTextContentElement
::textLengthAnimated()
72
unsigned
SVGTextContentElement
::getNumberOfChars() const
78
float
SVGTextContentElement
::getComputedTextLength() const
84
float
SVGTextContentElement
::getSubStringLength(unsigned charnum, unsigned nchars, ExceptionCode& ec) cons
[
all
...]
Completed in 424 milliseconds