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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextPositioningElement.cpp 23 #include "core/svg/SVGTextPositioningElement.h"
33 SVGTextPositioningElement::SVGTextPositioningElement(const QualifiedName& tagName, Document& document)
48 bool SVGTextPositioningElement::isSupportedAttribute(const QualifiedName& attrName)
61 void SVGTextPositioningElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
86 void SVGTextPositioningElement::svgAttributeChanged(const QualifiedName& attrName)
117 SVGTextPositioningElement* SVGTextPositioningElement::elementFromRenderer(RenderObject* renderer)
SVGTextPositioningElement.h 31 class SVGTextPositioningElement : public SVGTextContentElement {
33 static SVGTextPositioningElement* elementFromRenderer(RenderObject*);
42 SVGTextPositioningElement(const QualifiedName&, Document&);
61 DEFINE_ELEMENT_TYPE_CASTS_WITH_FUNCTION(SVGTextPositioningElement);

Completed in 59 milliseconds