Home
last modified time | relevance | path

Searched refs:m_textLength (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGTextContentElement.cpp46 , m_textLength(LengthModeOther) in DEFINE_ANIMATED_ENUMERATION()
53 if (!m_textLength.shouldSynchronize) in synchronizeTextLength()
64 m_textLength.value.newValueSpecifiedUnits(LengthTypeNumber, getComputedTextLength(), ec); in textLengthAnimated()
68 m_textLength.shouldSynchronize = true; in textLengthAnimated()
69 …GLength>(this, SVGNames::textLengthAttr, SVGNames::textLengthAttr.localName(), m_textLength.value); in textLengthAnimated()
190 m_textLength.value = SVGLength(LengthModeOther, attr->value()); in parseMappedAttribute()
191 if (m_textLength.value.value(this) < 0) in parseMappedAttribute()
244 m_specifiedTextLength = m_textLength.value; in svgAttributeChanged()
DSVGTextContentElement.h81 mutable SVGSynchronizableAnimatedProperty<SVGLength> m_textLength; variable
/external/webkit/Source/WebCore/editing/
DTextIterator.h97 int length() const { return m_textLength; } in length()
144 int m_textLength; variable
207 int length() const { return m_textLength; } in length()
241 int m_textLength; variable
DTextIterator.cpp265 , m_textLength(0) in TextIterator()
289 , m_textLength(0) in TextIterator()
379 m_textLength = 0; in advance()
705 m_textLength = 0; in handleReplacedElement()
1008 m_textLength = 1; in emitCharacter()
1026 m_textLength = textEndOffset - textStartOffset; in emitText()
1173 m_textLength = 0; in advance()
1256 m_textLength = m_positionEndOffset - m_positionStartOffset; in handleTextNode()
1304 m_textLength = 1; in emitCharacter()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1617188 Initialize TextIterator::m_textLength to 0.