HomeSort by relevance Sort by last modified time
    Searched defs:SVGTextContentElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.cpp 22 #include "core/svg/SVGTextContentElement.h"
40 const SVGPropertyInfo* SVGTextContentElement::textLengthPropertyInfo()
48 &SVGTextContentElement::synchronizeTextLength,
49 &SVGTextContentElement::lookupOrCreateTextLengthWrapper);
55 DEFINE_ANIMATED_ENUMERATION(SVGTextContentElement, SVGNames::lengthAdjustAttr, LengthAdjust, lengthAdjust, SVGLengthAdjustType)
56 DEFINE_ANIMATED_BOOLEAN(SVGTextContentElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
58 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGTextContentElement)
65 SVGTextContentElement::SVGTextContentElement(const QualifiedName& tagName, Document* document)
75 void SVGTextContentElement::synchronizeTextLength(SVGElement* contextElement
    [all...]
SVGTextContentElement.h 69 class SVGTextContentElement : public SVGGraphicsElement,
89 static SVGTextContentElement* elementFromRenderer(RenderObject*);
98 SVGTextContentElement(const QualifiedName&, Document*);
119 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGTextContentElement)
125 inline SVGTextContentElement* toSVGTextContentElement(SVGElement* element)
128 return static_cast<SVGTextContentElement*>(element);

Completed in 253 milliseconds