Searched refs:m_textLength (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGTextLayoutAttributesBuilder.cpp | 31 : m_textLength(0) in SVGTextLayoutAttributesBuilder() 46 m_textLength = 0; in buildLayoutAttributesForTextRenderer() 50 if (!m_textLength) in buildLayoutAttributesForTextRenderer() 66 m_textLength = 0; in buildLayoutAttributesForForSubtree() 71 if (!m_textLength) in buildLayoutAttributesForForSubtree() 109 processRenderSVGInlineText(toRenderSVGInlineText(child), m_textLength, lastCharacter); in collectTextPositioningElements() 119 m_textPositions.append(TextPosition(element, m_textLength)); in collectTextPositioningElements() 129 position.length = m_textLength - position.start; in collectTextPositioningElements() 139 TextPosition wholeTextPosition(outermostTextElement, 0, m_textLength); in buildCharacterDataMap()
|
D | SVGTextLayoutAttributesBuilder.h | 73 unsigned m_textLength;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGTextContentElement.cpp | 67 , m_textLength(LengthModeOther) in DEFINE_ANIMATED_ENUMERATION() 79 if (!ownerType->m_textLength.shouldSynchronize) in synchronizeTextLength() 82 ownerType->m_textLength.synchronize(ownerType, textLengthPropertyInfo()->attributeName, value); in synchronizeTextLength() 90 (ownerType, textLengthPropertyInfo(), ownerType->m_textLength.value); in lookupOrCreateTextLengthWrapper() 97 …m_textLength.value.newValueSpecifiedUnits(LengthTypeNumber, getComputedTextLength(), ASSERT_NO_EXC… in textLength() 99 m_textLength.shouldSynchronize = true; in textLength() 256 …m_textLength.value = SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLength… in parseAttribute() 275 m_specifiedTextLength = m_textLength.value; in svgAttributeChanged()
|
D | SVGTextContentElement.h | 116 mutable SVGSynchronizableAnimatedProperty<SVGLength> m_textLength;
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | TextIterator.h | 95 int length() const { return m_textLength; } in length() 167 int m_textLength; variable 229 int length() const { return m_textLength; } in length() 236 if (!m_textLength) in prependTextTo() 241 m_textContainer.prependTo(output, m_textOffset, m_textLength); in prependTextTo() 277 int m_textLength; variable
|
D | TextIterator.cpp | 248 , m_textLength(0) in TextIterator() 319 m_textLength = 0; in advance() 768 m_textLength = m_text.length(); in handleReplacedElement() 769 m_lastCharacter = m_text[m_textLength - 1]; in handleReplacedElement() 774 m_textLength = 0; in handleReplacedElement() 1080 m_textLength = 1; in emitCharacter() 1101 m_textLength = textEndOffset - textStartOffset; in emitText() 1163 , m_textLength(0) in SimplifiedBackwardsTextIterator() 1235 m_textLength = 0; in advance() 1327 m_textLength = m_positionEndOffset - m_positionStartOffset; in handleTextNode() [all …]
|