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

  /external/webkit/Source/WebCore/svg/
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...]
SVGTextContentElement.h 35 class SVGTextContentElement : public SVGStyledElement,
56 static SVGTextContentElement* elementFromRenderer(RenderObject*);
64 SVGTextContentElement(const QualifiedName&, Document*);
SVGTextPositioningElement.idl 28 interface [Conditional=SVG] SVGTextPositioningElement : SVGTextContentElement {
SVGTextPathElement.idl 28 interface [Conditional=SVG] SVGTextPathElement : SVGTextContentElement,
SVGTextPathElement.cpp 40 : SVGTextContentElement(tagName, document)
71 SVGTextContentElement::parseMappedAttribute(attr);
77 SVGTextContentElement::svgAttributeChanged(attrName);
92 SVGTextContentElement::synchronizeProperty(attrName);
122 SVGTextContentElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
157 SVGTextContentElement::insertedIntoDocument();
170 || SVGTextContentElement::selfHasRelativeLengths();
SVGTextPositioningElement.cpp 43 : SVGTextContentElement(tagName, document)
75 SVGTextContentElement::parseMappedAttribute(attr);
104 SVGTextContentElement::svgAttributeChanged(attrName);
127 SVGTextContentElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
138 SVGTextContentElement::synchronizeProperty(attrName);
163 SVGTextContentElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
SVGTextPositioningElement.h 27 #include "SVGTextContentElement.h"
31 class SVGTextPositioningElement : public SVGTextContentElement {
SVGTextPathElement.h 24 #include "SVGTextContentElement.h"
42 class SVGTextPathElement : public SVGTextContentElement,
SVGTextContentElement.idl 28 interface [Conditional=SVG] SVGTextContentElement : SVGElement,
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextChunkBuilder.cpp 129 if (SVGTextContentElement* textContentElement = SVGTextContentElement::elementFromRenderer(textRenderer->parent())) {
132 switch (static_cast<SVGTextContentElement::SVGLengthAdjustType>(textContentElement->lengthAdjust())) {
133 case SVGTextContentElement::LENGTHADJUST_UNKNOWN:
135 case SVGTextContentElement::LENGTHADJUST_SPACING:
138 case SVGTextContentElement::LENGTHADJUST_SPACINGANDGLYPHS:
SVGTextLayoutEngine.cpp 157 SVGTextContentElement* textContentElement = SVGTextContentElement::elementFromRenderer(currentParent);
159 SVGTextContentElement::SVGLengthAdjustType lengthAdjust = static_cast<SVGTextContentElement::SVGLengthAdjustType>(textContentElement->lengthAdjust());
160 if (lengthAdjust == SVGTextContentElement::LENGTHADJUST_SPACING && textContentElement->specifiedTextLength().value(textContentElement) > 0)
211 SVGTextContentElement::SVGLengthAdjustType lengthAdjust = SVGTextContentElement::LENGTHADJUST_UNKNOWN;
214 if (SVGTextContentElement* textContentElement = SVGTextContentElement::elementFromRenderer(textPath)) {
215 lengthAdjust = static_cast<SVGTextContentElement::SVGLengthAdjustType>(textContentElement->lengthAdjust())
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.idl     [all...]
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 352 milliseconds