Searched refs:SVGTextContentElement (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGTextContentElement.cpp24 #include "SVGTextContentElement.h"
42 const SVGPropertyInfo* SVGTextContentElement::textLengthPropertyInfo()
50 &SVGTextContentElement::synchronizeTextLength,
51 &SVGTextContentElement::lookupOrCreateTextLengthWrapper);
57 DEFINE_ANIMATED_ENUMERATION(SVGTextContentElement, SVGNames::lengthAdjustAttr, LengthAdjust, lengthAdjust, SVGLengthAdjustType)
58 DEFINE_ANIMATED_BOOLEAN(SVGTextContentElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
60 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGTextContentElement)
68 SVGTextContentElement::SVGTextContentElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGTextContentElement
77 void SVGTextContentElement
[all...]
H A DSVGTextPositioningElement.idl28 ] interface SVGTextPositioningElement : SVGTextContentElement {
H A DSVGTextContentElement.h70 class SVGTextContentElement : public SVGStyledElement, class in namespace:WebCore
92 static SVGTextContentElement* elementFromRenderer(RenderObject*);
101 SVGTextContentElement(const QualifiedName&, Document*);
122 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGTextContentElement)
133 inline SVGTextContentElement* toSVGTextContentElement(SVGElement* element)
136 return static_cast<SVGTextContentElement*>(element);
H A DSVGTextPathElement.idl28 ] interface SVGTextPathElement : SVGTextContentElement,
H A DSVGTextPathElement.cpp46 REGISTER_PARENT_ANIMATED_PROPERTIES(SVGTextContentElement)
50 : SVGTextContentElement(tagName, document)
92 SVGTextContentElement::parseAttribute(name, value);
113 SVGTextContentElement::svgAttributeChanged(attrName);
183 SVGTextContentElement::insertedInto(rootParent);
194 SVGTextContentElement::removedFrom(rootParent);
202 || SVGTextContentElement::selfHasRelativeLengths();
H A DSVGTextPositioningElement.h27 #include "SVGTextContentElement.h"
31 class SVGTextPositioningElement : public SVGTextContentElement {
H A DSVGTextPositioningElement.cpp49 REGISTER_PARENT_ANIMATED_PROPERTIES(SVGTextContentElement)
53 : SVGTextContentElement(tagName, document)
74 SVGTextContentElement::parseAttribute(name, value);
124 SVGTextContentElement::svgAttributeChanged(attrName);
H A DSVGTextContentElement.idl28 ] interface SVGTextContentElement : SVGStyledElement,
H A DSVGTextPathElement.h24 #include "SVGTextContentElement.h"
100 class SVGTextPathElement FINAL : public SVGTextContentElement,
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextChunkBuilder.cpp130 if (SVGTextContentElement* textContentElement = SVGTextContentElement::elementFromRenderer(textRenderer->parent())) {
H A DSVGTextLayoutEngine.cpp150 if (SVGTextContentElement* textContentElement = SVGTextContentElement::elementFromRenderer(currentParent)) {
208 if (SVGTextContentElement* textContentElement = SVGTextContentElement::elementFromRenderer(textPath)) {

Completed in 63 milliseconds